INPUT_OBJECT

SeedPaginationQuery

link GraphQL Schema definition

  • input SeedPaginationQuery {
  • page: Int
  • # How many nodes to return for the page. Maximum value of 500
  • perPage: Int
  • sortBy: String
  • filter: SeedPageFilter
  • }