OBJECT

CrewPanelNotes

link GraphQL Schema definition

  • type CrewPanelNotes {
  • # Requires access to resource GRAPHQL_FLIGHT.
  • # Requires access to given flight
  • flight: Flight!
  • # Requires access to resource GRAPHQL_CREW_MEMBER
  • crewMember: CrewMember!
  • plannerNote: String
  • pilotNote: String
  • }