OBJECT

SetFieldsConnection

Connection Type for SetField

link GraphQL Schema definition

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

link Require by