graphQL class
Constructors
-
graphQL.new({String? uri, String? moduleName, List<
String> ? includes, Map<String, String> mixins = const {}, Map<String, String> typeMap = const {}, Map<String, String> fieldNameMappers = const {}, Map<String, String> typeNameMappers = const {}, List fragments = const [], List<String> ? excludes, String? fragmentUri, String? declaration}) -
const
Properties
- declaration → String?
-
final
-
excludes
→ List<
String> ? -
final
-
fieldNameMappers
→ Map<
String, String> -
final
- fragments → List
-
final
- fragmentUri → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includes
→ List<
String> ? -
final
-
mixins
→ Map<
String, String> -
final
- moduleName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
typeMap
→ Map<
String, String> -
final
-
typeNameMappers
→ Map<
String, String> -
final
- uri → 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