Skip to main content

CreateExternalSharePayload

The output of our create ExternalShare mutation.

type CreateExternalSharePayload {
clientMutationId: String
externalShare: ExternalShare
query: Query
}

Fields

CreateExternalSharePayload.clientMutationId ● String scalar

The exact same clientMutationId that was provided in the mutation input, unchanged and unused. May be used by a client to track mutations.

CreateExternalSharePayload.externalShare ● ExternalShare object

The ExternalShare that was created by this mutation.

CreateExternalSharePayload.query ● Query object

Our root query field type. Allows us to run any query from our mutation payload.

Returned By

createExternalShare mutation