UNPKG

@kiwicom/smart-faq

Version:

73 lines (67 loc) 1.6 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; type BookingId_booking$ref = any; type BookingSecondaryInfo_booking$ref = any; import type { FragmentReference } from "relay-runtime"; declare export opaque type BookingCard_booking$ref: FragmentReference; export type BookingCard_booking = {| +carriers: ?$ReadOnlyArray<?{| +name: ?string, +code: ?string, |}>, +$fragmentRefs: BookingId_booking$ref & BookingSecondaryInfo_booking$ref, +$refType: BookingCard_booking$ref, |}; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "BookingCard_booking", "type": "BookingInterface", "metadata": null, "argumentDefinitions": [], "selections": [ { "kind": "FragmentSpread", "name": "BookingId_booking", "args": null }, { "kind": "FragmentSpread", "name": "BookingSecondaryInfo_booking", "args": null }, { "kind": "LinkedField", "alias": null, "name": "carriers", "storageKey": null, "args": null, "concreteType": "Carrier", "plural": true, "selections": [ { "kind": "ScalarField", "alias": null, "name": "name", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "code", "args": null, "storageKey": null } ] } ] }; // prettier-ignore (node/*: any*/).hash = '8267971c2e69d1d72807ef9c17c8c54a'; module.exports = node;