DeleteImageInput
All input for the deleteImage mutation.
@permissions: IMAGES_EDIT,ADMIN
input DeleteImageInput {
clientMutationId: String
id: UUID!
}
Fields
DeleteImageInput.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.
DeleteImageInput.id ● UUID! non-null scalar
Member Of
deleteImage mutation