@kiwicom/smart-faq
Version:
90 lines (84 loc) • 1.99 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
type FAQContentRender_article$ref = any;
import type { FragmentReference } from "relay-runtime";
declare export opaque type ArticleContent_article$ref: FragmentReference;
declare export opaque type ArticleContent_article$fragmentType: ArticleContent_article$ref;
export type ArticleContent_article = {|
+id: string,
+originalId: string,
+title: ?string,
+perex: ?string,
+content: ?string,
+$fragmentRefs: FAQContentRender_article$ref,
+$refType: ArticleContent_article$ref,
|};
export type ArticleContent_article$data = ArticleContent_article;
export type ArticleContent_article$key = {
+$data?: ArticleContent_article$data,
+$fragmentRefs: ArticleContent_article$ref,
};
*/
const node/*: ReaderFragment*/ = {
"kind": "Fragment",
"name": "ArticleContent_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
}
],
"storageKey": "id(opaque:false)"
},
{
"kind": "ScalarField",
"alias": null,
"name": "title",
"args": null,
"storageKey": null
},
{
"kind": "ScalarField",
"alias": null,
"name": "perex",
"args": null,
"storageKey": null
},
{
"kind": "ScalarField",
"alias": null,
"name": "content",
"args": null,
"storageKey": null
},
{
"kind": "FragmentSpread",
"name": "FAQContentRender_article",
"args": null
}
]
};
// prettier-ignore
(node/*: any*/).hash = '3802d81d1af9dee70ca8782cc2e36d5a';
module.exports = node;