graphqexl v0.1.0-alpha-rc.2 Graphqexl.Schema
Link to this section Summary
Link to this section Types
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
gql(str)
Link to this function
register(schema, enum)
register( GraphqexlSchema.t(), Graphqexl.Schema.Enum.t() | Graphqexl.Schema.Interface.t() | Graphqexl.Schema.Mutation.t() | Graphqexl.Schema.Query.t() | Graphqexl.Schema.Subscription.t() | Graphqexl.Schema.Type.t() | Graphqexl.Schema.Union.t() ) :: Graphqexl.Schema.t()