Renée

Results 503 comments of Renée

There are different kinds of "did you mean" messages that graphql-js originally introduced. We no longer use graphql-js for validation or introspection, but we mimick some of the error messages...

Got it, thank you. Missing required arguments to fields do indeed still get reported like that, both for introspection queries and any type of query against your schema. Every validation...

> (for hyperlinks) Hyperlinks exist in Markdown as `[text](url)`. Github Flavoured Markdown uses a similar syntax for images, `![alt text](url)`. We could probably steal/borrow a similar syntax for colours as...