OBJECT

EntitySchemaConnection

link GraphQL Schema definition

  • type EntitySchemaConnection implements Connection {
  • # Count of entity schema in this page.
  • count: Int!
  • edges: [EntitySchemaEdge!]
  • # List of entity schema in this page
  • entitiesSchema: [EntitySchema!]
  • pageInfo: PageInfo!
  • # total count of matching entity schema
  • totalCount: Int
  • }