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