@kiwicom/smart-faq
Version:
65 lines (62 loc) • 1.47 kB
JavaScript
/**
* @flow
*/
/* eslint-disable */
'use strict';
/*::
import type { ReaderFragment } from 'relay-runtime';
import type { FragmentReference } from "relay-runtime";
declare export opaque type Contact_booking$ref: FragmentReference;
declare export opaque type Contact_booking$fragmentType: Contact_booking$ref;
export type Contact_booking = {|
+databaseId: string,
+customerSupport: ?{|
+phoneNumber: ?string
|},
+$refType: Contact_booking$ref,
|};
export type Contact_booking$data = Contact_booking;
export type Contact_booking$key = {
+$data?: Contact_booking$data,
+$fragmentRefs: Contact_booking$ref,
};
*/
var 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
}],
"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;