Skip to main content

RemoteReferencePayload

No description

type RemoteReferencePayload {
successful: Boolean!
messages: [ValidationMessage]
result: RemoteReference
}

Fields

RemoteReferencePayload.successful ● Boolean! non-null scalar

Indicates if the mutation completed successfully or not.

RemoteReferencePayload.messages ● [ValidationMessage] list object

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

RemoteReferencePayload.result ● RemoteReference object

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

Returned By

assignRemoteReference mutation ● unsetRemoteReference mutation