Skip to main content

TransportQuery

No description

type TransportQuery {
ferrySearch(
where: FerrySearchWhereInput
groupBy: FerrySearchGroupByInput
first: Int
after: String
last: Int
before: String
): FerrySearchConnection
ferryQuote(where: FerryQuoteWhereInput): FerryQuotePayload
ferryBooking(where: FerryGetBookingWhereInput): FerryOrderPayload
ferryCalendar(where: FerryCalendarWhereInput): FerryCalendarConnection
}

Fields

TransportQuery.ferrySearch ● FerrySearchConnection object

TransportQuery.ferrySearch.where ● FerrySearchWhereInput input
TransportQuery.ferrySearch.groupBy ● FerrySearchGroupByInput input
TransportQuery.ferrySearch.first ● Int scalar

Returns the first n elements from the list.

TransportQuery.ferrySearch.after ● String scalar

Returns the elements in the list that come after the specified cursor.

TransportQuery.ferrySearch.last ● Int scalar

Returns the last n elements from the list.

TransportQuery.ferrySearch.before ● String scalar

Returns the elements in the list that come before the specified cursor.

TransportQuery.ferryQuote ● FerryQuotePayload object

TransportQuery.ferryQuote.where ● FerryQuoteWhereInput input

TransportQuery.ferryBooking ● FerryOrderPayload object

TransportQuery.ferryBooking.where ● FerryGetBookingWhereInput input

TransportQuery.ferryCalendar ● FerryCalendarConnection object

TransportQuery.ferryCalendar.where ● FerryCalendarWhereInput input

Returned By

transport query