UNPKG

@kiwicom/smart-faq

Version:

70 lines (64 loc) 1.41 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; import type { FragmentReference } from "relay-runtime"; declare export opaque type SearchAutocompleteCard_article$ref: FragmentReference; export type SearchAutocompleteCard_article = {| +id: string, +originalId: string, +title: ?string, +perex: ?string, +$refType: SearchAutocompleteCard_article$ref, |}; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "SearchAutocompleteCard_article", "type": "FAQArticle", "metadata": null, "argumentDefinitions": [], "selections": [ { "kind": "ScalarField", "alias": null, "name": "id", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": "originalId", "name": "id", "args": [ { "kind": "Literal", "name": "opaque", "value": false, "type": "Boolean" } ], "storageKey": "id(opaque:false)" }, { "kind": "ScalarField", "alias": null, "name": "title", "args": null, "storageKey": null }, { "kind": "ScalarField", "alias": null, "name": "perex", "args": null, "storageKey": null } ] }; // prettier-ignore (node/*: any*/).hash = '59f44a9d989f50e529e919edf45e6c17'; module.exports = node;