graphqexl v0.1.0-alpha.rc.4 API Reference

Modules

Fully-loaded GraphQL implementation with server and developer tools.

Structured representation of a GraphQL schema, either built dynamically or parsed from a JSON document or GQL string.

GraphQL argument, belonging to e.g. a Query or Mutation

Domain-Specific Language for expressing and parsing a GQL string as a %Graphqexl.Schema{}

GraphQL enum

GraphQL field, belonging to e.g. a Type or Interface

GraphQL Interface, encapsulating a group of fields to be shared between types

GraphQL mutation

GraphQL query

Ref struct, representing a connection to another user-defined type (that may not yet actually be defined in the run-time context)

Wrapper struct indicating the wrapped type is required on its parent

GraphQL subscription

GraphQL type

GraphQL union

Mix Tasks