View Source graphql_introspection (graphql v0.17.1)

Summary

Types

-type endpoint_context() ::
          #endpoint_context{name :: atom(), pid :: pid(), enums_tab :: atom(), objects_tab :: atom()}.

Functions

Link to this function

augment_root(Ep, QueryObj)

View Source
-spec augment_root(Ep, QueryObj) -> ok when Ep :: endpoint_context(), QueryObj :: binary().
Link to this function

execute(Ctx, Obj, FieldName, Args)

View Source
-spec inject(endpoint_context()) -> ok.
Link to this function

mutation_type(Ctx, Obj, _, _)

View Source
Link to this function

query_type(Ctx, Obj, _, _)

View Source
Link to this function

schema_resolver(Ctx, _, _, _)

View Source
Link to this function

schema_types(Ctx, Obj, _, Args)

View Source
Link to this function

subscription_type(Ctx, Obj, _, _)

View Source
Link to this function

type_resolver(Ctx, _, _, _)

View Source