@kiwicom/smart-faq
Version:
111 lines (105 loc) • 2.35 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
;
/*::
import type { ReaderFragment } from 'relay-runtime';
import type { FragmentReference } from "relay-runtime";
declare export opaque type OneWay_booking$ref: FragmentReference;
declare export opaque type OneWay_booking$fragmentType: OneWay_booking$ref;
export type OneWay_booking = {|
+trip: ?{|
+departure: ?{|
+airport: ?{|
+city: ?{|
+name: ?string
|}
|}
|},
+arrival: ?{|
+airport: ?{|
+city: ?{|
+name: ?string
|}
|}
|},
|},
+$refType: OneWay_booking$ref,
|};
export type OneWay_booking$data = OneWay_booking;
export type OneWay_booking$key = {
+$data?: OneWay_booking$data,
+$fragmentRefs: OneWay_booking$ref,
};
*/
var node
/*: ReaderFragment*/
= function () {
var v0 = [{
"kind": "LinkedField",
"alias": null,
"name": "airport",
"storageKey": null,
"args": null,
"concreteType": "Location",
"plural": false,
"selections": [{
"kind": "LinkedField",
"alias": null,
"name": "city",
"storageKey": null,
"args": null,
"concreteType": "LocationArea",
"plural": false,
"selections": [{
"kind": "ScalarField",
"alias": null,
"name": "name",
"args": null,
"storageKey": null
}]
}]
}];
return {
"kind": "Fragment",
"name": "OneWay_booking",
"type": "BookingOneWay",
"metadata": null,
"argumentDefinitions": [],
"selections": [{
"kind": "LinkedField",
"alias": null,
"name": "trip",
"storageKey": null,
"args": null,
"concreteType": "Trip",
"plural": false,
"selections": [{
"kind": "LinkedField",
"alias": null,
"name": "departure",
"storageKey": null,
"args": null,
"concreteType": "RouteStop",
"plural": false,
"selections": v0
/*: any*/
}, {
"kind": "LinkedField",
"alias": null,
"name": "arrival",
"storageKey": null,
"args": null,
"concreteType": "RouteStop",
"plural": false,
"selections": v0
/*: any*/
}]
}]
};
}(); // prettier-ignore
node
/*: any*/
.hash = '2d5ea4bfa89c8927121ac1c00a0b8111';
module.exports = node;