absinthe v1.2.0-beta.0 Absinthe.Phase.Schema

Populate all schema nodes and the adapter for the blueprint tree. If the blueprint tree is a schema tree, this schema is the meta schema (source of IDL directives, etc).

Note that no validation occurs in this phase.

Summary

Functions

any_invalid?(nodes)
flag_invalid(node)
flag_invalid(Blueprint.node_t) :: Blueprint.node_t
flag_invalid(node, flag)
flag_invalid(Blueprint.node_t, atom) :: Blueprint.node_t
inherit_invalid(node, children, add_flag)
put_error(node, error)
put_error(Blueprint.node_t, Absinthe.Phase.Error.t) :: Blueprint.node_t
put_flag(node, flag)
run(input, options \\ [])

Callback implementation for Absinthe.Phase.run/2.