UNPKG

@kiwicom/smart-faq

Version:

68 lines (62 loc) 1.55 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; import type { FragmentReference } from "relay-runtime"; declare export opaque type CarrierLogoWrapper_legs$ref: FragmentReference; declare export opaque type CarrierLogoWrapper_legs$fragmentType: CarrierLogoWrapper_legs$ref; export type CarrierLogoWrapper_legs = $ReadOnlyArray<{| +airline: ?{| +name: ?string, +code: ?string, |}, +$refType: CarrierLogoWrapper_legs$ref, |}>; export type CarrierLogoWrapper_legs$data = CarrierLogoWrapper_legs; export type CarrierLogoWrapper_legs$key = { +$data?: CarrierLogoWrapper_legs$data, +$fragmentRefs: CarrierLogoWrapper_legs$ref, }; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "CarrierLogoWrapper_legs", "type": "Leg", "metadata": { "plural": true }, "argumentDefinitions": [], "selections": [ { "kind": "LinkedField", "alias": null, "name": "airline", "storageKey": null, "args": null, "concreteType": "Airline", "plural": false, "selections": [ { "kind": "ScalarField", "alias": null, "name": "name", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "code", "args": null, "storageKey": null } ] } ] }; // prettier-ignore (node/*: any*/).hash = '7b1719c9f50eeb8767f939319ded8bb9'; module.exports = node;