GraphQLQueryConverter class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
-
convertListStringToString(
Map< String, dynamic> json) → void -
paramsOf(
Map< String, dynamic> parameters) → String -
paramsTypesOf(
Map< String, dynamic> params, {Map<String, String> ? customTypeOf}) → String -
prepareNestedProperties(
Map< String, dynamic> json) → Map<String, dynamic> -
toDocumentNode(
String query) → DocumentNode -
typeOf(
dynamic value) → String