OBJECT

CombinedSetFieldsConnection

Connection Type for CombinedSetField

link GraphQL Schema definition

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

link Require by