GraphQL reference

UpdatePhotoSettingsInput

Input

Autogenerated input type of UpdatePhotoSettings

mutation { organization(id: $organizationId) { updatePhotoSettings } }

Example

mutation UpdatePhotoSettings(
  $organizationId: ID!
  $input: UpdatePhotoSettingsInput!
) {
  organization(id: $organizationId) {
    updatePhotoSettings(input: $input) {
        organization
        errors
      }
  }
}

Fields

FieldTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
mutationMetadataJSON
photoInformationOverlayEnabledAtISO8601DateTime