OBJECT
EntitySchemaConnection
link GraphQL Schema definition
- type EntitySchemaConnection implements Connection {
- # Count of entity schema in this page.
- Int! :
- EntitySchemaEdge!] : [
- # List of entity schema in this page
- EntitySchema!] : [
- PageInfo! :
- # total count of matching entity schema
- Int :
- }