OBJECT
FlightChecklistItemDueDate
link GraphQL Schema definition
- type FlightChecklistItemDueDate {
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- : Flight!
- : ChecklistItem!
- : DateTime
- : DateTime
- }
OBJECT
- type FlightChecklistItemDueDate {
- # Requires access to resource GRAPHQL_FLIGHT.
- # Requires access to given flight
- : Flight!
- : ChecklistItem!
- : DateTime
- : DateTime
- }