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(guid: "fb123594-3344-466e-815b-d610e42718a9") }
{ TypeError } invalid AST
any variables that require replacement
a concrete GUID class
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.
{ TypeError } invalid AST