DeletePhotosInput
InputAutogenerated input type of DeletePhotos
mutation { organization(id: $organizationId) { project(id: $projectId) { deletePhotos } } }
Example
mutation DeletePhotos(
$organizationId: ID!
$projectId: ID!
$input: DeletePhotosInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
deletePhotos(input: $input) {
photos
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| mutationMetadata | JSON | — |
| now | ISO8601DateTime | — |
| photoIds | [ID!]! | — |