OBJECT
FerryFlightQuery
link GraphQL Schema definition
- type FerryFlightQuery {
- # Arguments
- # offset:
- # limit:
- # interval:
- (
- : Int!,
- : Int!,
- : TimeIntervalInput!
- ): [FerryFlightOutput!]!
- }
OBJECT
- type FerryFlightQuery {
- # Arguments
- # offset:
- # limit:
- # interval:
- (
- : Int!,
- : Int!,
- : TimeIntervalInput!
- ): [FerryFlightOutput!]!
- }