UNPKG

@kiwicom/smart-faq

Version:

Smart FAQ

93 lines (87 loc) 2.05 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; type MulticityBooking_booking$ref = any; type OneWayBooking_booking$ref = any; type ReturnBooking_booking$ref = any; import type { FragmentReference } from "relay-runtime"; declare export opaque type BookingCardsList_bookings$ref: FragmentReference; export type BookingCardsList_bookings = $ReadOnlyArray<{| +databaseId: string, +type: string, +$fragmentRefs: OneWayBooking_booking$ref & ReturnBooking_booking$ref & MulticityBooking_booking$ref, +$refType: BookingCardsList_bookings$ref, |}>; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "BookingCardsList_bookings", "type": "BookingInterface", "metadata": { "plural": true }, "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": "databaseId", "name": "id", "args": [ { "kind": "Literal", "name": "opaque", "value": false, "type": "Boolean" } ], "storageKey": "id(opaque:false)" }, { "kind": "ScalarField", "alias": "type", "name": "__typename", "args": null, "storageKey": null }, { "kind": "InlineFragment", "type": "BookingMulticity", "selections": [ { "kind": "FragmentSpread", "name": "MulticityBooking_booking", "args": null } ] }, { "kind": "InlineFragment", "type": "BookingReturn", "selections": [ { "kind": "FragmentSpread", "name": "ReturnBooking_booking", "args": null } ] }, { "kind": "InlineFragment", "type": "BookingOneWay", "selections": [ { "kind": "FragmentSpread", "name": "OneWayBooking_booking", "args": null } ] } ] }; // prettier-ignore (node/*: any*/).hash = 'd687b89017547e8e4e58a20c3fcd851d'; module.exports = node;