graphql.schema.resolver

Undocumented in source.

Members

Aliases

QueryResolver
alias QueryResolver(Con) = Json delegate(string name, Json parent, Json args, ref Con context) @(safe)
Undocumented in source.

Functions

buildSchemaResolver
QueryResolver!(Con) buildSchemaResolver()
Undocumented in source. Be warned that the author may not have intended to support it.
buildTypeResolver
QueryResolver!(Con) buildTypeResolver()
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultSchemaResolver
void setDefaultSchemaResolver(GraphQLD!(T, Con) graphql)
Undocumented in source. Be warned that the author may not have intended to support it.
toSchema
GQLDSchema!(Type) toSchema()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta