OBJECT
Schema
Schema returns registered connection & doc types & other graph primitives
link GraphQL Schema definition
- type Schema {
- # connection_types are the types of connections in the graph
- : [String!]
- # doc_types are the types of docs in the graph
- : [String!]
- # authorizers are all of registered authorizers in the graph
- : Authorizers
- # constraints are all of registered constraints in the graph
- : Constraints
- # indexes are all of the registered indexes in the graph
- : Indexes
- # triggers are all of the registered triggers in the graph
- : Triggers
- }