- execute
Json execute(Document doc, Json variables, Con context)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeFieldSelection
Json executeFieldSelection(FieldRangeItem field, GQLDType objectType, Json objectValue, Json variables, Document doc, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeList
Json executeList(SelectionSet ss, GQLDList objectType, Json objectValue, Json variables, Document doc, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeMutation
Json executeMutation(OperationDefinition op, Json variables, Document doc, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeOperation
Json executeOperation(OperationDefinition op, Json variables, Document doc, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeQuery
Json executeQuery(OperationDefinition op, Json variables, Document doc, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeSelectionSet
Json executeSelectionSet(SelectionSet ss, GQLDType objectType, Json objectValue, Json variables, Document doc, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- executeSelections
Json executeSelections(Selections sel, GQLDType objectType, Json objectValue, Json variables, Document doc, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDefaultArguments
Json getDefaultArguments(string type, string field)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolve
Json resolve(string type, string field, Json parent, Json args, Con context, ExecutionContext ec)
Undocumented in source. Be warned that the author may not have intended to support it.
- setResolver
void setResolver(string first, string second, QueryResolver resolver)
Undocumented in source. Be warned that the author may not have intended to support it.