INTERFACE

ActivityInterface

Common interface for different activity types.

link GraphQL Schema definition

  • interface ActivityInterface {
  • startAirport: Airport
  • endAirport: Airport
  • startTime: Int!
  • endTime: Int!
  • }