GraphQLScanResult class abstract
- Implementers
- Available extensions
Constructors
Properties
- className → String
-
no setter
-
declaredEnumTypes
→ Iterable<
EnumTypeDefinitionNode> -
Available on GraphQLScanResult, provided by the GraphQLScanResultExt extension
no setter -
declaredInputTypes
→ Iterable<
InputObjectTypeDefinitionNode> -
Available on GraphQLScanResult, provided by the GraphQLScanResultExt extension
no setter -
declaredInterfaceTypes
→ Iterable<
InterfaceTypeDefinitionNode> -
Available on GraphQLScanResult, provided by the GraphQLScanResultExt extension
no setter -
declaredObjectTypes
→ Iterable<
ObjectTypeDefinitionNode> -
Available on GraphQLScanResult, provided by the GraphQLScanResultExt extension
no setter - doc → DocumentNode
-
no setter
-
enumTypes
→ Map<
String, EnumTypeDefinitionNode> -
no setter
- fragmentDepends → FragmentDependencies
-
no setter
-
fragments
→ Map<
String, FragmentDefinitionNode> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputTypes
→ Map<
String, InputObjectTypeDefinitionNode> -
no setter
-
interfaceTypes
→ Map<
String, InterfaceTypeDefinitionNode> -
no setter
-
joinRecords
→ Set<
String> -
no setter
- log → Logger
-
no setter
-
mutation
→ Map<
String, FieldDefinitionNode> -
no setter
-
objectTypes
→ Map<
String, ObjectTypeDefinitionNode> -
no setter
-
query
→ Map<
String, FieldDefinitionNode> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
subqueries
→ Map<
String, Map< String, GraphSubQuery> > -
no setter
-
typedefs
→ Map<
String, String> -
no setter
-
typeMap
→ Map<
String, String> -
no setter
-
unionTypes
→ Map<
String, UnionTypeDefinitionNode> -
no setter
Methods
-
addAllModelApis(
CodeBuilder code, {ClassSnippetGenerator? extraGenerator, ClassSnippetGenerator? inputGenerator}) → void -
Available on GraphQLScanResult, provided by the GraphScanSharedBuilder extension
-
addAllModels(
CodeBuilder code, {ClassSnippetGenerator? extraGenerator, ClassSnippetGenerator? inputGenerator}) → void -
Available on GraphQLScanResult, provided by the GraphScanSharedBuilder extension
-
fieldName(
String input) → String -
getExtraInterfaces(
String type) → Iterable< TypeNode> -
getMixin(
String type) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
typeName(
String input) → String
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited