graphqexl v0.1.0-alpha-rc.4 Graphqexl.Schema
Structured representation of a GraphQL schema, either built dynamically or parsed from a JSON document or GQL string.
Link to this section Summary
Functions
Parse a gql string into a GraphQL schema suitable for any Graphqexl-compatible server
Register the given component on the given schema.
Link to this section Types
Link to this section Functions
Link to this function
gql(str)
Parse a gql string into a GraphQL schema suitable for any Graphqexl-compatible server
Link to this function
register(schema, enum)
Register the given component on the given schema.