GraphQL Mutation Design
Mutations are the schema's write verbs, executed serially top-to-bottom; design them as specific business actions (`publishPost`) with a single input object and a payload type that returns the changed entities plus typed user errors — not generic CRUD.
This Concept is waiting for its first lesson!
Mutations are the schema's write verbs, executed serially top-to-bottom; design them as specific business actions (`publishPost`) with a single input object and a payload type that returns the changed entities plus typed user errors — not generic CRUD.
Are you a teacher? Sign in to start contributing.
Sign In