graphqexl v0.1.0-alpha-rc.15 Graphqexl.Schema.Dsl
Domain-Specific Language for expressing and parsing a GQL string as a Graphqexl.Schema.t/0
Link to this section Summary
Functions
Creates a new enum from the given spec
Creates a new interface from the given spec
Creates a new mutation from the given spec
Prepares the graphql schema dsl string for parsing
Creates a new query from the given spec
Creates a new schema from the given spec
Creates a new subscription from the given spec
Creates a new type from the given spec
Creates a new union from the given spec
Link to this section Functions
Creates a new enum from the given spec
Returns Graphqexl.Schema.t/0
TODO: docstring examples
Creates a new interface from the given spec
Returns Graphqexl.Schema.t/0
TODO: docstring examples
Creates a new mutation from the given spec
Returns Graphqexl.Schema.t/0
TODO: docstring examples
Prepares the graphql schema dsl string for parsing
Returns Graphqexl.Schema.t/0
TODO: docstring examples
Creates a new query from the given spec
Returns Graphqexl.Schema.t/0
TODO: docstring examples
Creates a new schema from the given spec
Returns Graphqexl.Schema.t/0
TODO: docstring examples
Creates a new subscription from the given spec
Returns Graphqexl.Schema.t/0
TODO: docstring examples
Creates a new type from the given spec
Returns %Graphqexl.Schema{}
TODO: docstring examples
Creates a new union from the given spec
Returns Graphqexl.Schema.t/0
TODO: docstring examples