comments: input_value
This commit is contained in:
parent
fcbf95fc3f
commit
c9473420e1
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
import 'node.dart';
|
import 'node.dart';
|
||||||
|
|
||||||
|
/// Represents a value in GraphQL.
|
||||||
abstract class InputValueContext<T> extends Node {
|
abstract class InputValueContext<T> extends Node {
|
||||||
|
/// Computes the value, relative to some set of [variables].
|
||||||
T computeValue(Map<String, dynamic> variables);
|
T computeValue(Map<String, dynamic> variables);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue