UNPKG

@kiwicom/smart-faq

Version:

70 lines (64 loc) 1.39 kB
/** * @flow */ /* eslint-disable */ 'use strict'; /*:: import type { ReaderFragment } from 'relay-runtime'; import type { FragmentReference } from "relay-runtime"; declare export opaque type SearchAutocomplete_article$ref: FragmentReference; export type SearchAutocomplete_article = {| +id: string, +originalId: string, +title: ?string, +perex: ?string, +$refType: SearchAutocomplete_article$ref, |}; */ const node/*: ReaderFragment*/ = { "kind": "Fragment", "name": "SearchAutocomplete_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 = '016eaed9ee4cd687d9581d7d4b3935ad'; module.exports = node;