GraphQLQueryBuilder class

A class that is responsible for building REST queries.

Constructors

GraphQLQueryBuilder({String mask = '%arg'})
An optional mask of query arguments which is %arg by default.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
mask String
Mask of query arguments
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(String query, [GraphQLQueryModel? model]) Map<String, String>
Builds REST query using GraphQL query and model. Each argument in model should be in right position depend on query.
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