OBJECT

PositionName

link GraphQL Schema definition

  • type PositionName {
  • # The name of the operator position.
  • operatorName: String
  • # The regular name of the position.
  • regularName: String
  • }