Expand description
Mutation resolvers for GraphQL insert/update/delete operations.
Converts GraphQL mutation arguments into MutatePlan structures that can be executed.
Structs§
- Delete
Args - Arguments for a GraphQL delete mutation.
- Insert
Args - Arguments for a GraphQL insert mutation.
- OnConflict
Args - Arguments for on conflict handling.
- Update
Args - Arguments for a GraphQL update mutation.
Functions§
- build_
delete_ plan - Build a delete MutatePlan from GraphQL arguments.
- build_
insert_ plan - Build an insert MutatePlan from GraphQL arguments.
- build_
update_ plan - Build an update MutatePlan from GraphQL arguments.