GraphSchemaTools
GraphSchemaTools copied to clipboard
Respect GraphQL spec fully
E.G. if a query has no errors, it'll return
{
"data": {...},
"errors": []
}
but the spec says it shouldn't have the errors at all.
Also need to remove nulls in data and bubble them up as per spec.
Plus other compliance aspects.