Skip to main content

UpdateImageInput

All input for the updateImage mutation. @permissions: IMAGES_EDIT,ADMIN

input UpdateImageInput {
clientMutationId: String
patch: ImagePatch!
id: UUID!
}

Fields

UpdateImageInput.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.

UpdateImageInput.patch ● ImagePatch! non-null input

An object where the defined keys will be set on the Image being updated.

UpdateImageInput.id ● UUID! non-null scalar

Member Of

updateImage mutation