valueFromAST CallablevalueFromAST(valueNode: Maybe<ValueNode>, type: GraphQLInputType, variables?: Maybe<ObjMap<unknown>>): unknownProduces a JavaScript value given a GraphQL Value AST.A GraphQL type must be provided, which will be used to interpret different GraphQL Value literals. Returns undefined when the value could not be validly coerced according to the provided type. GraphQL ValueJSON ValueInput ObjectObjectListArrayBooleanBooleanStringStringInt / FloatNumberEnum ValueUnknownNullValuenullParametersvalueNode: Maybe<ValueNode>type: GraphQLInputTypeoptionalvariables: Maybe<ObjMap<unknown>>Returns unknown
Produces a JavaScript value given a GraphQL Value AST.
A GraphQL type must be provided, which will be used to interpret different GraphQL Value literals.
Returns
undefined
when the value could not be validly coerced according to the provided type.