An alternative view of the same model.
- type ModelView {
- # This id may be used in place of the model id to
- # get the data associated with this view.
- ID! :
- # When this view was created, some inherited
- # data may be older than the view itself.
- DateTime :
- # The last time the view metadata was edited. There
- # may be data in the view that has been edited
- # more recently.
- DateTime :
- # Identifier for the type of view this is.
- ID! :
- # A user editable name for the layer.
- String :
- # Metadata describing the type of layer
- String :
- # Whether the view elements should be shown or not.
- Boolean :
- # This view represented as a model.
- Model! :
- }