UNPKG

@kiwicom/smart-faq

Version:

62 lines (56 loc) 1.59 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; 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 DateAndPassenger_booking$ref: FragmentReference; declare export opaque type DateAndPassenger_booking$fragmentType: DateAndPassenger_booking$ref; export type DateAndPassenger_booking = {| +status: ?BookingStatus, +passengerCount: ?number, +bookingDate: ?any, +$refType: DateAndPassenger_booking$ref, |}; export type DateAndPassenger_booking$data = DateAndPassenger_booking; export type DateAndPassenger_booking$key = { +$data?: DateAndPassenger_booking$data, +$fragmentRefs: DateAndPassenger_booking$ref, }; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "DateAndPassenger_booking", "type": "BookingInterface", "metadata": null, "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": null, "name": "status", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "passengerCount", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "bookingDate", "args": null, "storageKey": null } ] }; // prettier-ignore (node/*: any*/).hash = 'eff23d259fd161442897bd526637232e'; module.exports = node;