Skip to content
CodeWiki
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
Search
⌘K
English
English
Chinese
Practice
Paths
Tracks
Cheatsheets
Playground
Glossary
AI era
English
English
Chinese
Practice
/
Quiz
/
Backend
/
GraphQL
What does GraphQL guarantee for two top-level fields in one mutation operation?
from GraphQL
Node 24
intermediate
1 min
What does GraphQL guarantee for two top-level fields in one mutation operation?
They execute serially in document order, but are not automatically one transaction.
They execute in parallel inside an automatic transaction.
A failure in the second field rolls back the first field.
The operation is automatically idempotent on retry.
Check
Ask AI about this kata
Report an error
next kata
The nullable order field contains a Non-Null total that resolves to null. What does resul…
Predict the output
A new version is available
Reload