GraphQL reference

UpdatePhotoDescriptionInput

Input

Autogenerated input type of UpdatePhotoDescription

mutation { organization(id: $organizationId) { project(id: $projectId) { updatePhotoDescription } } }

Example

mutation UpdatePhotoDescription(
  $organizationId: ID!
  $projectId: ID!
  $input: UpdatePhotoDescriptionInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      updatePhotoDescription(input: $input) {
        photo
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
descriptionRichTextString!
idID!
mutationMetadataJSON
nowISO8601DateTime