@kiwicom/smart-faq
Version:
114 lines (108 loc) • 2.55 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
;
/*::
import type { ReaderFragment } from 'relay-runtime';
import type { FragmentReference } from "relay-runtime";
declare export opaque type BookingInfo_booking$ref: FragmentReference;
declare export opaque type BookingInfo_booking$fragmentType: BookingInfo_booking$ref;
export type BookingInfo_booking = {|
+bid: string,
+upcoming: ?{|
+arrival: ?{|
+time: ?any
|},
+departure: ?{|
+time: ?any
|},
|},
+customerSupport: ?{|
+hasGuaranteeChat: ?boolean
|},
+$refType: BookingInfo_booking$ref,
|};
export type BookingInfo_booking$data = BookingInfo_booking;
export type BookingInfo_booking$key = {
+$data?: BookingInfo_booking$data,
+$fragmentRefs: BookingInfo_booking$ref,
};
*/
var node
/*: ReaderFragment*/
= function () {
var v0 = [{
"kind": "ScalarField",
"alias": null,
"name": "time",
"args": null,
"storageKey": null
}];
return {
"kind": "Fragment",
"name": "BookingInfo_booking",
"type": "BookingInterface",
"metadata": null,
"argumentDefinitions": [],
"selections": [{
"kind": "ScalarField",
"alias": "bid",
"name": "id",
"args": [{
"kind": "Literal",
"name": "opaque",
"value": false
}],
"storageKey": "id(opaque:false)"
}, {
"kind": "LinkedField",
"alias": "upcoming",
"name": "upcomingLeg",
"storageKey": null,
"args": null,
"concreteType": "Leg",
"plural": false,
"selections": [{
"kind": "LinkedField",
"alias": null,
"name": "arrival",
"storageKey": null,
"args": null,
"concreteType": "RouteStop",
"plural": false,
"selections": v0
/*: any*/
}, {
"kind": "LinkedField",
"alias": null,
"name": "departure",
"storageKey": null,
"args": null,
"concreteType": "RouteStop",
"plural": false,
"selections": v0
/*: any*/
}]
}, {
"kind": "LinkedField",
"alias": null,
"name": "customerSupport",
"storageKey": null,
"args": null,
"concreteType": "BookingCustomerSupport",
"plural": false,
"selections": [{
"kind": "ScalarField",
"alias": null,
"name": "hasGuaranteeChat",
"args": null,
"storageKey": null
}]
}]
};
}(); // prettier-ignore
node
/*: any*/
.hash = '7bed836f5891fb0fcb611fd683d4c717';
module.exports = node;