OBJECT

CompanyConnection

The connection type for Company.

link GraphQL Schema definition

  • type CompanyConnection {
  • cursors: [String!]!
  • # A list of edges.
  • edges: [CompanyEdge]
  • # A list of nodes.
  • nodes: [Company]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }

link Require by