INPUT_OBJECT
UpdateAnatomicalModelInput is used for update AnatomicalModel object. Input was generated by ent.
input UpdateAnatomicalModelInput {name: String# A description of the model.description: StringclearDescription: Boolean# Keywords for the model. These are used to help users find the model.keywords: [String!]appendKeywords: [String!]clearKeywords: BooleancreatedAt: TimeupdatedAt: TimevideoID: IDclearVideo: BooleanrenderedImageID: IDclearRenderedImage: Boolean}