INPUT_OBJECT

PaginationArg

This represent a feed object

link GraphQL Schema definition

  • input PaginationArg {
  • # Skip n rows.
  • offset: Int
  • # First n rows after the offset.
  • first: Int
  • }