absinthe v1.2.0-alpha.1 Absinthe.Blueprint.Directive

Summary

Functions

Determine the placement name for a given Blueprint node

Types

t :: %Absinthe.Blueprint.Directive{arguments: [Absinthe.Blueprint.Input.Argument.t], errors: [Absinthe.Phase.Error.t], flags: Absinthe.Blueprint.flags_t, name: String.t, schema_node: nil | Absinthe.Type.Directive.t, source_location: nil | Absinthe.Blueprint.Document.SourceLocation.t}

Functions

expand(directive, node)

Specs

expand(t, Absinthe.Blueprint.node_t) :: {t, map}
placement(arg1)

Specs

placement(Absinthe.Blueprint.node_t) :: nil | atom

Determine the placement name for a given Blueprint node