OBJECT

PairingTraceItem

link GraphQL Schema definition

  • type PairingTraceItem {
  • startTime: Int!
  • endTime: Int!
  • # Requires access to resource GRAPHQL_AIRPORT
  • startAirport: Airport
  • # Requires access to resource GRAPHQL_AIRPORT
  • endAirport: Airport
  • }

link Require by