UNPKG

@kiwicom/smart-faq

Version:

Smart FAQ

72 lines (70 loc) 1.71 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ConcreteFragment } 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; export type Header_booking = {| +type: string, +status: ?BookingStatus, +databaseId: string, +$fragmentRefs: (OneWay_booking$ref & Return_booking$ref & Multicity_booking$ref), +$refType: Header_booking$ref, |}; */ var node /*: ConcreteFragment*/ = { "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, "type": "Boolean" }], "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 }] }; node /*: any*/ .hash = 'a0fe38dfa08deeef3a932a88739b67b8'; module.exports = node;