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.

Classes

__Directive
class __Directive
Undocumented in source.
__EnumValue
class __EnumValue
Undocumented in source.
__Field
class __Field
Undocumented in source.
__InputValue
class __InputValue
Undocumented in source.
__Schema
class __Schema
Undocumented in source.
__Type
class __Type
Undocumented in source.

Enums

__DirectiveLocation
enum __DirectiveLocation
Undocumented in source.
__TypeKind
enum __TypeKind
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