OBJECT

BinFieldsConnection

Connection Type for BinField

link GraphQL Schema definition

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

link Require by