INPUT_OBJECT

CreateAnatomicalModelInput

CreateAnatomicalModelInput is used for create AnatomicalModel object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateAnatomicalModelInput {
  • 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
  • videoID: ID
  • renderedImageID: ID
  • }

link Require by