OBJECT

SheetsConnection

Connection Type for Sheet

link GraphQL Schema definition

  • type SheetsConnection {
  • # List of nodes
  • nodes: [Sheet!]!
  • # Information for pagination
  • pageInfo: PageInfo!
  • # Total number of objects in connection
  • totalCount: Int!
  • }

link Require by