@kiwicom/smart-faq
Version:
50 lines (44 loc) • 1.38 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
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;
declare export opaque type DeprecatedBookingCard_departure$fragmentType: DeprecatedBookingCard_departure$ref;
export type DeprecatedBookingCard_departure = {|
+$fragmentRefs: FromToRow_departure$ref & DateAndPassenger_departure$ref,
+$refType: DeprecatedBookingCard_departure$ref,
|};
export type DeprecatedBookingCard_departure$data = DeprecatedBookingCard_departure;
export type DeprecatedBookingCard_departure$key = {
+$data?: DeprecatedBookingCard_departure$data,
+$fragmentRefs: 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;