@kiwicom/smart-faq
Version:
45 lines (39 loc) • 1.1 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
import type { FragmentReference } from "relay-runtime";
declare export opaque type DateAndPassenger_departure$ref: FragmentReference;
declare export opaque type DateAndPassenger_departure$fragmentType: DateAndPassenger_departure$ref;
export type DateAndPassenger_departure = {|
+time: ?any,
+$refType: DateAndPassenger_departure$ref,
|};
export type DateAndPassenger_departure$data = DateAndPassenger_departure;
export type DateAndPassenger_departure$key = {
+$data?: DateAndPassenger_departure$data,
+$fragmentRefs: DateAndPassenger_departure$ref,
};
*/
const node/*: ReaderFragment*/ = {
"kind": "Fragment",
"name": "DateAndPassenger_departure",
"type": "RouteStop",
"metadata": null,
"argumentDefinitions": [],
"selections": [
{
"kind": "ScalarField",
"alias": null,
"name": "time",
"args": null,
"storageKey": null
}
]
};
// prettier-ignore
(node/*: any*/).hash = 'e77e00cb445a881ca683e4d30de8a890';
module.exports = node;