OBJECT

GroupFieldsConnection

Connection Type for GroupField

link GraphQL Schema definition

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

link Require by