@kiwicom/smart-faq
Version:
79 lines (73 loc) • 1.81 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
import type { FragmentReference } from "relay-runtime";
declare export opaque type FromToRow_departure$ref: FragmentReference;
declare export opaque type FromToRow_departure$fragmentType: FromToRow_departure$ref;
export type FromToRow_departure = {|
+airport: ?{|
+locationId: ?string,
+city: ?{|
+name: ?string
|},
|},
+$refType: FromToRow_departure$ref,
|};
export type FromToRow_departure$data = FromToRow_departure;
export type FromToRow_departure$key = {
+$data?: FromToRow_departure$data,
+$fragmentRefs: FromToRow_departure$ref,
};
*/
const node/*: ReaderFragment*/ = {
"kind": "Fragment",
"name": "FromToRow_departure",
"type": "RouteStop",
"metadata": null,
"argumentDefinitions": [],
"selections": [
{
"kind": "LinkedField",
"alias": null,
"name": "airport",
"storageKey": null,
"args": null,
"concreteType": "Location",
"plural": false,
"selections": [
{
"kind": "ScalarField",
"alias": null,
"name": "locationId",
"args": null,
"storageKey": null
},
{
"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
}
]
}
]
}
]
};
// prettier-ignore
(node/*: any*/).hash = 'c01d125d7ff8ee8b4b0bf33fb07208a6';
module.exports = node;