computeValue function
Implementation
Object? computeValue(
GraphQLType? targetType,
ValueNode node,
Map<String, dynamic>? values,
) =>
// TODO: 3I we can improve errors by passing targetType
// but we need to be careful of potential performance
// problems
valueFromAst(null, node, values);