Module mutation

Module mutation 

Source
Expand description

Mutation resolvers for GraphQL insert/update/delete operations.

Converts GraphQL mutation arguments into MutatePlan structures that can be executed.

Structs§

DeleteArgs
Arguments for a GraphQL delete mutation.
InsertArgs
Arguments for a GraphQL insert mutation.
OnConflictArgs
Arguments for on conflict handling.
UpdateArgs
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.