OBJECT

ModelView

An alternative view of the same model.

@internal

link GraphQL Schema definition

  • 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!
  • }

link Require by

This element is not required by anyone