GraphQLNeo4Model class
Constructors
-
GraphQLNeo4Model.new(String moduleName, SunnyGraphQLModel model, {required Map<
RegExp, String> typeNameMappers, required Map<RegExp, String> fieldNameMappers})
Properties
-
entities
→ Map<
String, GraphQLEntity> -
final
-
externalFragments
→ List<
String> -
final
-
fieldNameMappers
→ Map<
RegExp, String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- model → SunnyGraphQLModel
-
final
- moduleName → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
typeNameMappers
→ Map<
RegExp, String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromAnnotation(
Element element, ConstantReader annotation) → Future< GraphQLNeo4Model>