OBJECT
An alternative view of the same model.
@internal
type ModelView {# This id may be used in place of the model id to# get the data associated with this view.id: ID! # Identifier for the type of view this is.type: ID! description: String # This view represented as a model.model: Model! }