@kiwicom/smart-faq
Version:
88 lines (85 loc) • 2.1 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
type HolidayBooking_booking$ref = any;
type MulticityBooking_booking$ref = any;
type OneWayBooking_booking$ref = any;
type ReturnBooking_booking$ref = any;
import type { FragmentReference } from "relay-runtime";
declare export opaque type BookingCardsList_bookings$ref: FragmentReference;
export type BookingCardsList_bookings = $ReadOnlyArray<{|
+databaseId: string,
+type: string,
+$fragmentRefs: OneWayBooking_booking$ref & ReturnBooking_booking$ref & MulticityBooking_booking$ref & HolidayBooking_booking$ref,
+$refType: BookingCardsList_bookings$ref,
|}>;
*/
var node
/*: ReaderFragment*/
= {
"kind": "Fragment",
"name": "BookingCardsList_bookings",
"type": "BookingInterface",
"metadata": {
"plural": true
},
"argumentDefinitions": [],
"selections": [{
"kind": "ScalarField",
"alias": "databaseId",
"name": "id",
"args": [{
"kind": "Literal",
"name": "opaque",
"value": false,
"type": "Boolean"
}],
"storageKey": "id(opaque:false)"
}, {
"kind": "ScalarField",
"alias": "type",
"name": "__typename",
"args": null,
"storageKey": null
}, {
"kind": "InlineFragment",
"type": "BookingHoliday",
"selections": [{
"kind": "FragmentSpread",
"name": "HolidayBooking_booking",
"args": null
}]
}, {
"kind": "InlineFragment",
"type": "BookingMulticity",
"selections": [{
"kind": "FragmentSpread",
"name": "MulticityBooking_booking",
"args": null
}]
}, {
"kind": "InlineFragment",
"type": "BookingReturn",
"selections": [{
"kind": "FragmentSpread",
"name": "ReturnBooking_booking",
"args": null
}]
}, {
"kind": "InlineFragment",
"type": "BookingOneWay",
"selections": [{
"kind": "FragmentSpread",
"name": "OneWayBooking_booking",
"args": null
}]
}]
}; // prettier-ignore
node
/*: any*/
.hash = '3f21a9e77524e1d6681491e0ca41e709';
module.exports = node;