GraphQL reference

CreatePhotoInput

Input

Autogenerated input type of CreatePhoto

mutation { organization(id: $organizationId) { project(id: $projectId) { createPhoto } } }

Example

mutation CreatePhoto(
  $organizationId: ID!
  $projectId: ID!
  $input: CreatePhotoInput!
) {
  organization(id: $organizationId) {
    project(id: $projectId) {
      createPhoto(input: $input) {
        photo
        errors
      }
    }
  }
}

Fields

FieldTypeDescription
capturedAtString
clientMutationIdStringA unique identifier for the client performing the mutation.
createdAtISO8601DateTime
idID!
mediaTypeString
mutationMetadataJSON
nativeBoolean
photoAlbumIdID
signedIdString
systemManagedAlbumString