OBJECT

DataFieldsConnection

Connection Type for DataField

link GraphQL Schema definition

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

link Require by

This element is not required by anyone