Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
5f31c7821200acfe8d3e02a20b77da5eb41586b3
/
.
/
archive
/
apps
/
face_detection
/
chart
/
templates
/
pcloud
/
Schema.yaml
blob: 0cb0e6d7c86e027d941a4969071f9886cd64dac0 [
file
] [
log
] [
blame
]
schema:
|
type ImageSegment {
id:
ID
!
upperLeftX:
Float
!
upperLeftY:
Float
!
lowerRightX:
Float
!
lowerRightY:
Float
!
sourceImage:
Image
!
@hasInverse(
field:
segments)
}
extend type Image {
segments:
[ImageSegment] @hasInverse(
field:
sourceImage)
}