UNPKG

@kiwicom/smart-faq

Version:

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