OBJECT
AnatomicalModel
link GraphQL Schema definition
- type AnatomicalModel implements Node {
- : ID!
- : String!
- # A description of the model.
- : String
- # Keywords for the model. These are used to help users find the model.
- : [String!]
- : Time!
- : Time!
- : Video
- # The image for the 3d model. Images are hosted using Cloudflare images. Please
- # see https://developers.cloudflare.com/images/cloudflare-images/serve-images/ for
- # details on how to serve images.
- : Image
- }