Parse a Value
from a string
#761
Labels
apollo-compiler
issues/PRs pertaining to semantic analysis & validation
Value
from a string
#761
In introspection results (#675), default values for input types are encoded as strings containing GraphQL syntax: https://spec.graphql.org/draft/#sec-The-__InputValue-Type
To build an
apollo_compiler::Schema
from an introspection response, we would need to parse these strings intoast::Value
nodes. Following a similar implementation to #718The text was updated successfully, but these errors were encountered: