CreateExternalShareInput
All input for the create ExternalShare mutation.
input CreateExternalShareInput {
clientMutationId: String
externalShare: ExternalShareInput!
}
Fields
CreateExternalShareInput.clientMutationId ● String scalar
An arbitrary string value with no semantic meaning. Will be included in the payload verbatim. May be used to track mutations by the client.
CreateExternalShareInput.externalShare ● ExternalShareInput! non-null input
The ExternalShare to be created by this mutation.
Member Of
createExternalShare mutation