| 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 |
augment_root(QueryObj) -> ok
execute(Ctx, Obj, FieldName, Args) -> any()
inject() -> ok
mutation_type(Ctx, Obj, X3) -> any()
query_type(Ctx, Obj, X3) -> any()
schema_resolver(Ctx, X2, X3) -> any()
schema_types(Ctx, Obj, Args) -> any()
subscription_type(Ctx, Obj, X3) -> any()
type_resolver(Ctx, X2, X3) -> any()
Generated by EDoc