GraphQL INPUT_OBJECT

ReferringsPaginatedInput

link Definition

  • input ReferringsPaginatedInput {
  • # Maximum number of items that should be retrieved.
  • limit: Int
  • # Starting index for retrieving the items.
  • offset: Int
  • }