in amplify/backend/function/S3Trigger984fb593/src/reference-index.js [37:62]
mutation CreatePhoto(
$input: CreatePhotoInput!
$condition: ModelPhotoConditionInput
) {
createPhoto(input: $input, condition: $condition) {
id
albumId
owner
bucket
fullsize {
key
width
height
}
thumbnail {
key
width
height
}
album {
id
name
owner
}
}
}