OBJECT

ViewDefinition

link GraphQL Schema definition

  • type ViewDefinition {
  • # The name of the view.
  • name: String
  • description: String
  • # A list of usable views.
  • implementations: [ViewImplementation!]
  • # A boolean advertising whether a view should be considered a pure function.
  • pure: String
  • }