@kiwicom/smart-faq
Version:
87 lines (81 loc) • 2.06 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
type Multicity_booking$ref = any;
type OneWay_booking$ref = any;
type Return_booking$ref = any;
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 Header_booking$ref: FragmentReference;
declare export opaque type Header_booking$fragmentType: Header_booking$ref;
export type Header_booking = {|
+type: string,
+status: ?BookingStatus,
+databaseId: string,
+$fragmentRefs: OneWay_booking$ref & Return_booking$ref & Multicity_booking$ref,
+$refType: Header_booking$ref,
|};
export type Header_booking$data = Header_booking;
export type Header_booking$key = {
+$data?: Header_booking$data,
+$fragmentRefs: Header_booking$ref,
};
*/
const node/*: ReaderFragment*/ = {
"kind": "Fragment",
"name": "Header_booking",
"type": "BookingInterface",
"metadata": null,
"argumentDefinitions": [],
"selections": [
{
"kind": "ScalarField",
"alias": "type",
"name": "__typename",
"args": null,
"storageKey": null
},
{
"kind": "ScalarField",
"alias": null,
"name": "status",
"args": null,
"storageKey": null
},
{
"kind": "ScalarField",
"alias": "databaseId",
"name": "id",
"args": [
{
"kind": "Literal",
"name": "opaque",
"value": false
}
],
"storageKey": "id(opaque:false)"
},
{
"kind": "FragmentSpread",
"name": "OneWay_booking",
"args": null
},
{
"kind": "FragmentSpread",
"name": "Return_booking",
"args": null
},
{
"kind": "FragmentSpread",
"name": "Multicity_booking",
"args": null
}
]
};
// prettier-ignore
(node/*: any*/).hash = 'a0fe38dfa08deeef3a932a88739b67b8';
module.exports = node;