@kiwicom/smart-faq
Version:
67 lines (61 loc) • 1.37 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
;
/*::
import type { ReaderFragment } from 'relay-runtime';
import type { FragmentReference } from "relay-runtime";
declare export opaque type Contact_booking$ref: FragmentReference;
export type Contact_booking = {|
+databaseId: string,
+customerSupport: ?{|
+phoneNumber: ?string
|},
+$refType: Contact_booking$ref,
|};
*/
const node/*: ReaderFragment*/ = {
"kind": "Fragment",
"name": "Contact_booking",
"type": "BookingInterface",
"metadata": null,
"argumentDefinitions": [],
"selections": [
{
"kind": "ScalarField",
"alias": "databaseId",
"name": "id",
"args": [
{
"kind": "Literal",
"name": "opaque",
"value": false,
"type": "Boolean"
}
],
"storageKey": "id(opaque:false)"
},
{
"kind": "LinkedField",
"alias": null,
"name": "customerSupport",
"storageKey": null,
"args": null,
"concreteType": "BookingCustomerSupport",
"plural": false,
"selections": [
{
"kind": "ScalarField",
"alias": null,
"name": "phoneNumber",
"args": null,
"storageKey": null
}
]
}
]
};
// prettier-ignore
(node/*: any*/).hash = 'af1c1d41d43864b1c74479120294c030';
module.exports = node;