Expand description
Mutation response parser for app.mutation_response composite rows.
Parses a typed, column-per-concern row into MutationOutcome, which the
executor uses to build the GraphQL response. The row shape maps 1:1 to the
app.mutation_response PostgreSQL composite type — see
docs/architecture/mutation-response.md for the DDL and semantics table.
Structs§
- Mutation
Response - Typed
app.mutation_responserow.
Enums§
- Mutation
Outcome - Outcome of parsing a single
mutation_responserow.
Functions§
- parse_
mutation_ row - Parse a
mutation_responserow into aMutationOutcome.