Skip to main content

Module mutation_result

Module mutation_result 

Source
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§

MutationResponse
Typed app.mutation_response row.

Enums§

MutationOutcome
Outcome of parsing a single mutation_response row.

Functions§

parse_mutation_row
Parse a mutation_response row into a MutationOutcome.