UNPKG

@kiwicom/smart-faq

Version:

117 lines (111 loc) 2.46 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; import type { FragmentReference } from "relay-runtime"; declare export opaque type Multicity_booking$ref: FragmentReference; declare export opaque type Multicity_booking$fragmentType: Multicity_booking$ref; export type Multicity_booking = {| +trips: ?$ReadOnlyArray<?{| +departure: ?{| +airport: ?{| +city: ?{| +name: ?string |} |} |} |}>, +end: ?{| +airport: ?{| +city: ?{| +name: ?string |} |} |}, +$refType: Multicity_booking$ref, |}; export type Multicity_booking$data = Multicity_booking; export type Multicity_booking$key = { +$data?: Multicity_booking$data, +$fragmentRefs: Multicity_booking$ref, }; */ const 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": "Multicity_booking", "type": "BookingMulticity", "metadata": null, "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, "name": "trips", "storageKey": null, "args": null, "concreteType": "Trip", "plural": true, "selections": [ { "kind": "LinkedField", "alias": null, "name": "departure", "storageKey": null, "args": null, "concreteType": "RouteStop", "plural": false, "selections": (v0/*: any*/) } ] }, { "kind": "LinkedField", "alias": null, "name": "end", "storageKey": null, "args": null, "concreteType": "RouteStop", "plural": false, "selections": (v0/*: any*/) } ] }; })(); // prettier-ignore (node/*: any*/).hash = '42db2ec1c7e453b206f84d6d5d1188f9'; module.exports = node;