INPUT_OBJECT

UpdateAnatomicalModelInput

UpdateAnatomicalModelInput is used for update AnatomicalModel object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateAnatomicalModelInput {
  • name: String
  • # A description of the model.
  • description: String
  • clearDescription: Boolean
  • # Keywords for the model. These are used to help users find the model.
  • keywords: [String!]
  • appendKeywords: [String!]
  • clearKeywords: Boolean
  • createdAt: Time
  • updatedAt: Time
  • videoID: ID
  • clearVideo: Boolean
  • renderedImageID: ID
  • clearRenderedImage: Boolean
  • }

link Require by