OBJECT
MyFlightWatch
Node represent one flight watch data
link GraphQL Schema definition
- type MyFlightWatch {
- # ETD (in UTC)
- DateTime :
- # ETD (in Local Time)
- DateTimeWithTimezone :
- # ETA (in UTC)
- DateTime :
- # ETA (in Local Time)
- DateTimeWithTimezone :
- # BLOFF (in UTC)
- DateTime :
- # BLOFF (in Local Time)
- DateTimeWithTimezone :
- # T/O (in UTC)
- DateTime :
- # T/O (in Local Time)
- DateTimeWithTimezone :
- # LDG (in UTC)
- DateTime :
- # LDG (in Local Time)
- DateTimeWithTimezone :
- # BLON (in UTC)
- DateTime :
- # BLON (in Local Time)
- DateTimeWithTimezone :
- # CTOT (in UTC)
- DateTime :
- # CTOT (in Local Time)
- DateTimeWithTimezone :
- }