graphqexl v0.1.0-alpha-rc.1 Graphqexl.Schema

Link to this section Summary

Link to this section Types

Link to this type

gql()

gql() :: String.t()
Link to this type

t()

t() :: %Graphqexl.Schema{
  enums: [Graphqexl.Schema.Enum.t()],
  interfaces: [Graphqexl.Schema.Interface.t()],
  mutations: [Graphqexl.Schema.Mutation.t()],
  queries: [Queries.t()],
  str: gql(),
  subscriptions: [Graphqexl.Schema.Subscription.t()],
  types: [Graphqexl.Schema.Type.t()],
  unions: [Graphqexl.Schema.Union.t()]
}

Link to this section Functions

Link to this function

register(schema, enum)