@kiwicom/smart-faq
Version:
98 lines (92 loc) • 2.33 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
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;
declare export opaque type BookingCardsList_bookings$fragmentType: BookingCardsList_bookings$ref;
export type BookingCardsList_bookings = $ReadOnlyArray<{|
+databaseId: string,
+type: string,
+$fragmentRefs: OneWayBooking_booking$ref & ReturnBooking_booking$ref & MulticityBooking_booking$ref,
+$refType: BookingCardsList_bookings$ref,
|}>;
export type BookingCardsList_bookings$data = BookingCardsList_bookings;
export type BookingCardsList_bookings$key = {
+$data?: BookingCardsList_bookings$data,
+$fragmentRefs: BookingCardsList_bookings$ref,
};
*/
const 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
}
],
"storageKey": "id(opaque:false)"
},
{
"kind": "ScalarField",
"alias": "type",
"name": "__typename",
"args": null,
"storageKey": null
},
{
"kind": "InlineFragment",
"type": "BookingOneWay",
"selections": [
{
"kind": "FragmentSpread",
"name": "OneWayBooking_booking",
"args": null
}
]
},
{
"kind": "InlineFragment",
"type": "BookingReturn",
"selections": [
{
"kind": "FragmentSpread",
"name": "ReturnBooking_booking",
"args": null
}
]
},
{
"kind": "InlineFragment",
"type": "BookingMulticity",
"selections": [
{
"kind": "FragmentSpread",
"name": "MulticityBooking_booking",
"args": null
}
]
}
]
};
// prettier-ignore
(node/*: any*/).hash = 'd687b89017547e8e4e58a20c3fcd851d';
module.exports = node;