INPUT_OBJECT
Page input is used to control the behavior of paged results.
input PageInput {# How many items should be skipped from the startskip: Int!# How many items should be returned at mosttake: Int!}