Invoked when a value is passed inline to a GraphQL query. Due to GraphQL language not being quite JSON, the inline value will need to be converted into the GraphQL AST. This function coerces to the internal type.
query { update(dom:{ type: 'text', text: 'Hey!'}) { dom } }
any variables that require replacement
a concrete DOM Node class or null upon failure
null
Invoked when a value is passed inline to a GraphQL query. Due to GraphQL language not being quite JSON, the inline value will need to be converted into the GraphQL AST. This function coerces to the internal type.