@kiwicom/smart-faq
Version:
38 lines (35 loc) • 789 B
JavaScript
/**
* @flow
*/
/* eslint-disable */
;
/*::
import type { ReaderFragment } from 'relay-runtime';
type BaggageDescription$ref = any;
import type { FragmentReference } from "relay-runtime";
declare export opaque type BaggageSummary$ref: FragmentReference;
export type BaggageSummary = $ReadOnlyArray<{|
+$fragmentRefs: BaggageDescription$ref,
+$refType: BaggageSummary$ref,
|}>;
*/
var 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;