Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
4a03ba33156efdfc7dc985f2bcf726235c53ccc8
/
.
/
apps
/
face-detection
/
chart
/
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)
}