Procedures

A procedure which is described in the schema can be invoked using a MutationOperation.

The operation should specify the procedure name, any arguments, and a list of Fields to be returned.

Note: just as for functions, fields to return can include relationships or nested fields. However, unlike functions, procedures do not need to wrap their result in a __value field, so top-level fields can be extracted without use of nested field queries.

Requirements