Skip to content

echo

A mutation that does not perform any changes.

This is expected to be used for testing of endpoints, to verify that a user has mutation access.

Arguments

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
messageStringMessage to return to the user.

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
messageStringMessage returned to the user.