@kiwicom/smart-faq
Version:
Smart FAQ
51 lines (49 loc) • 1.22 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ConcreteFragment } from 'relay-runtime';
export type BookingStatus = ('CANCELLED' | 'CLOSED' | 'CONFIRMED' | 'DELETED' | 'EXPIRED' | 'IN_PROCESS' | 'NEW' | 'PENDING' | 'REFUNDED' | '%future added value');
import type { FragmentReference } from 'relay-runtime';
declare export opaque type DateAndPassenger_booking$ref: FragmentReference;
export type DateAndPassenger_booking = {|
+status: ?BookingStatus,
+passengerCount: ?number,
+bookingDate: ?any,
+$refType: DateAndPassenger_booking$ref,
|};
*/
var node
/*: ConcreteFragment*/
= {
"kind": "Fragment",
"name": "DateAndPassenger_booking",
"type": "BookingInterface",
"metadata": null,
"argumentDefinitions": [],
"selections": [{
"kind": "ScalarField",
"alias": null,
"name": "status",
"args": null,
"storageKey": null
}, {
"kind": "ScalarField",
"alias": null,
"name": "passengerCount",
"args": null,
"storageKey": null
}, {
"kind": "ScalarField",
"alias": null,
"name": "bookingDate",
"args": null,
"storageKey": null
}]
};
node
/*: any*/
.hash = 'eff23d259fd161442897bd526637232e';
module.exports = node;