OBJECT
FieldGroupConnection
The connection type for FieldGroup.
link GraphQL Schema definition
- type FieldGroupConnection {
- : [String!]!
- # A list of edges.
- : [FieldGroupEdge]
- # A list of nodes.
- : [FieldGroup]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }