Slide 21
Slide 21 text
GraphQL Errors
with metadata
While convenient, the weakness of this approach is that the format of the valida6on error messages
is not captured by your schema, making it bri;le to changes. Unless you maintain 6ght control
of both server and client, you should keep the error responses as simple as possible.
For muta6ons, it can be worthwhile defining these valida6on errors as first class ci6zens within your schema.