GraphQL v0.3.0 GraphQL.Execution.ExecutionContext
Summary
Types
t :: %GraphQL.Execution.ExecutionContext{errors: [GraphQL.Error.t], fragments: struct, operation: Map, root_value: Map, schema: GraphQL.Schema.t, variable_values: Map}
Functions
Specs
new(GraphQL.Schema.t, GraphQL.Document.t, map, map, String.t) :: GraphQL.Execution.ExecutionContext.t
Specs
report_error(GraphQL.Execution.ExecutionContext.t, String.t) :: GraphQL.Execution.ExecutionContext.t