GraphQLArg class
GraphQL variable SDL builder.
Example:
final veriable = GraphQLArg('id', 1);
print(veriable); // id: 1
Constructors
- GraphQLArg.new(String key, Object? value)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toSdl(
) → String? - Built GraphQL SDL.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited