Module graphql_introspection

Function Index

augment_root/1
execute/4
inject/0
mutation_type/4
query_type/4
schema_resolver/4
schema_types/4
subscription_type/4
type_resolver/4

Function Details

augment_root/1

augment_root(QueryObj) -> ok

execute/4

execute(Ctx, Obj, FieldName, Args) -> any()

inject/0

inject() -> ok

mutation_type/4

mutation_type(Ctx, Obj, X3, X4) -> any()

query_type/4

query_type(Ctx, Obj, X3, X4) -> any()

schema_resolver/4

schema_resolver(Ctx, X2, X3, X4) -> any()

schema_types/4

schema_types(Ctx, Obj, X3, Args) -> any()

subscription_type/4

subscription_type(Ctx, Obj, X3, X4) -> any()

type_resolver/4

type_resolver(Ctx, X2, X3, X4) -> any()


Generated by EDoc