UpdatePhotoSettingsPayload
ObjectAutogenerated return 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. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| organization | Organization | — |