@kiwicom/smart-faq
Version:
44 lines (38 loc) • 1.02 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
;
/*::
import type { ReaderFragment } from 'relay-runtime';
type DateAndPassenger_departure$ref = any;
type FromToRow_departure$ref = any;
import type { FragmentReference } from "relay-runtime";
declare export opaque type DeprecatedBookingCard_departure$ref: FragmentReference;
export type DeprecatedBookingCard_departure = {|
+$fragmentRefs: FromToRow_departure$ref & DateAndPassenger_departure$ref,
+$refType: DeprecatedBookingCard_departure$ref,
|};
*/
const node/*: ReaderFragment*/ = {
"kind": "Fragment",
"name": "DeprecatedBookingCard_departure",
"type": "RouteStop",
"metadata": null,
"argumentDefinitions": [],
"selections": [
{
"kind": "FragmentSpread",
"name": "FromToRow_departure",
"args": null
},
{
"kind": "FragmentSpread",
"name": "DateAndPassenger_departure",
"args": null
}
]
};
// prettier-ignore
(node/*: any*/).hash = '0fffbe4f83d511871413b707b36baa1c';
module.exports = node;