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