Skip to main content

InstancePayload

No description

type InstancePayload {
successful: Boolean!
messages: [ValidationMessage]
result: Instance
}

Fields

InstancePayload.successful ● Boolean! non-null scalar {#successful}

Indicates if the mutation completed successfully or not.

InstancePayload.messages ● [ValidationMessage] list object {#messages}

A list of failed validations. May be blank or null if mutation succeeded.

InstancePayload.result ● Instance object {#result}

The object created/updated/deleted by the mutation. May be null if mutation failed.

Returned By

updateInstance mutation