Module graphql_introspection

Function Index

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

Function Details

augment_root/1

augment_root(QueryObj) -> ok

execute/4

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

inject/0

inject() -> ok

mutation_type/3

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

query_type/3

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

schema_resolver/3

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

schema_types/3

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

subscription_type/3

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

type_resolver/3

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


Generated by EDoc