graphql.validation.querybased

Undocumented in source.

Members

Classes

QueryValidator
class QueryValidator
Undocumented in source.

Functions

allFragmentsReached
void allFragmentsReached(QueryValidator fv)
Undocumented in source. Be warned that the author may not have intended to support it.
allReachable
bool[string] allReachable(bool[string] reached, string[][string] fragChildren)
Undocumented in source. Be warned that the author may not have intended to support it.
computeVariablesUsedByFragments
bool[string] computeVariablesUsedByFragments(bool[string] fragmentsUsed, string[string] variablesUsed)
Undocumented in source. Be warned that the author may not have intended to support it.
noCylces
bool noCylces(string[][string] frags)
Undocumented in source. Be warned that the author may not have intended to support it.
noCylcesImpl
void noCylcesImpl(string[] toFind, string[][string] frags)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

OperationFragVar
struct OperationFragVar
Undocumented in source.

Meta