ENUM

ViewType

Whether the view is by source, target, or ability.

link GraphQL Schema definition

  • enum ViewType {
  • # Use the same default that the web site picks based off the other selected
  • # parameters.
  • Default
  • # View by ability.
  • Ability
  • # View. by source.
  • Source
  • # View by target.
  • Target
  • }