@kiwicom/smart-faq
Version:
51 lines (45 loc) • 1.14 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
import type { FragmentReference } from "relay-runtime";
declare export opaque type BookingId_booking$ref: FragmentReference;
declare export opaque type BookingId_booking$fragmentType: BookingId_booking$ref;
export type BookingId_booking = {|
+bookingId: string,
+$refType: BookingId_booking$ref,
|};
export type BookingId_booking$data = BookingId_booking;
export type BookingId_booking$key = {
+$data?: BookingId_booking$data,
+$fragmentRefs: BookingId_booking$ref,
};
*/
const node/*: ReaderFragment*/ = {
"kind": "Fragment",
"name": "BookingId_booking",
"type": "BookingInterface",
"metadata": null,
"argumentDefinitions": [],
"selections": [
{
"kind": "ScalarField",
"alias": "bookingId",
"name": "id",
"args": [
{
"kind": "Literal",
"name": "opaque",
"value": false
}
],
"storageKey": "id(opaque:false)"
}
]
};
// prettier-ignore
(node/*: any*/).hash = '1720b04803b63904d7128ddfb4f363bb';
module.exports = node;