CopyPhotosPayload
ObjectAutogenerated return type of CopyPhotos.
mutation { organization(id: $organizationId) { project(id: $projectId) { copyPhotos } } }
Example
mutation CopyPhotos(
$organizationId: ID!
$projectId: ID!
$input: CopyPhotosInput!
) {
organization(id: $organizationId) {
project(id: $projectId) {
copyPhotos(input: $input) {
photoAlbum
errors
}
}
}
}Fields
| Field | Type | Description |
|---|---|---|
| clientMutationId | String | A unique identifier for the client performing the mutation. |
| constructableUrl | String | — |
| errors | [String!]! | — |
| photoAlbum | PhotoAlbum | — |