UpdatePhotoSettingsInput
InputAutogenerated 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
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| photoInformationOverlayEnabledAt | ISO8601DateTime | — |