UNPKG

@kiwicom/smart-faq

Version:

46 lines (40 loc) 1.04 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; type BaggageDescription$ref = any; import type { FragmentReference } from "relay-runtime"; declare export opaque type BaggageSummary$ref: FragmentReference; declare export opaque type BaggageSummary$fragmentType: BaggageSummary$ref; export type BaggageSummary = $ReadOnlyArray<{| +$fragmentRefs: BaggageDescription$ref, +$refType: BaggageSummary$ref, |}>; export type BaggageSummary$data = BaggageSummary; export type BaggageSummary$key = { +$data?: BaggageSummary$data, +$fragmentRefs: BaggageSummary$ref, }; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "BaggageSummary", "type": "BookingBaggage", "metadata": { "plural": true }, "argumentDefinitions": [], "selections": [ { "kind": "FragmentSpread", "name": "BaggageDescription", "args": null } ] }; // prettier-ignore (node/*: any*/).hash = 'ea1be2aa437c54d77a7f1d0d73686f52'; module.exports = node;