@kiwicom/smart-faq
Version:
63 lines (60 loc) • 1.25 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
;
/*::
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,
|};
*/
var 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;