graphqexl v0.1.0-alpha-rc.3 Graphqexl.Schema
Link to this section Summary
Link to this section Types
Link to this type
component()
component() :: 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()
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, component)
register(GraphqexlSchema.t(), component()) :: Graphqexl.Schema.t()