OBJECT

AnatomicalModel

link GraphQL Schema definition

  • type AnatomicalModel implements Node {
  • id: ID!
  • name: String!
  • # A description of the model.
  • description: String
  • # Keywords for the model. These are used to help users find the model.
  • keywords: [String!]
  • createdAt: Time!
  • updatedAt: Time!
  • video: 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.
  • renderedImage: Image
  • }