217 lines
4.9 KiB
TypeScript
217 lines
4.9 KiB
TypeScript
/**
|
|
* @generated SignedSource<<5e9e499f91b8d971375b191b9ce35f5d>>
|
|
* @lightSyntaxTransform
|
|
* @nogrep
|
|
*/
|
|
|
|
/* tslint:disable */
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
|
|
import { ConcreteRequest } from 'relay-runtime';
|
|
export type RiskTier = "CRITICAL" | "GENERAL" | "SIGNIFICANT";
|
|
export type ServiceCriticality = "HIGH" | "LOW" | "MEDIUM";
|
|
export type VendorOverviewPageQuery$variables = {
|
|
vendorId: string;
|
|
};
|
|
export type VendorOverviewPageQuery$data = {
|
|
readonly node: {
|
|
readonly createdAt?: any;
|
|
readonly description?: string;
|
|
readonly id?: string;
|
|
readonly name?: string;
|
|
readonly riskTier?: RiskTier;
|
|
readonly serviceCriticality?: ServiceCriticality;
|
|
readonly serviceStartDate?: any;
|
|
readonly serviceTerminationDate?: any | null | undefined;
|
|
readonly statusPageUrl?: string | null | undefined;
|
|
readonly updatedAt?: any;
|
|
};
|
|
};
|
|
export type VendorOverviewPageQuery = {
|
|
response: VendorOverviewPageQuery$data;
|
|
variables: VendorOverviewPageQuery$variables;
|
|
};
|
|
|
|
const node: ConcreteRequest = (function(){
|
|
var v0 = [
|
|
{
|
|
"defaultValue": null,
|
|
"kind": "LocalArgument",
|
|
"name": "vendorId"
|
|
}
|
|
],
|
|
v1 = [
|
|
{
|
|
"kind": "Variable",
|
|
"name": "id",
|
|
"variableName": "vendorId"
|
|
}
|
|
],
|
|
v2 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "id",
|
|
"storageKey": null
|
|
},
|
|
v3 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "name",
|
|
"storageKey": null
|
|
},
|
|
v4 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "description",
|
|
"storageKey": null
|
|
},
|
|
v5 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "serviceStartDate",
|
|
"storageKey": null
|
|
},
|
|
v6 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "serviceTerminationDate",
|
|
"storageKey": null
|
|
},
|
|
v7 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "serviceCriticality",
|
|
"storageKey": null
|
|
},
|
|
v8 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "riskTier",
|
|
"storageKey": null
|
|
},
|
|
v9 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "statusPageUrl",
|
|
"storageKey": null
|
|
},
|
|
v10 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "createdAt",
|
|
"storageKey": null
|
|
},
|
|
v11 = {
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "updatedAt",
|
|
"storageKey": null
|
|
};
|
|
return {
|
|
"fragment": {
|
|
"argumentDefinitions": (v0/*: any*/),
|
|
"kind": "Fragment",
|
|
"metadata": null,
|
|
"name": "VendorOverviewPageQuery",
|
|
"selections": [
|
|
{
|
|
"alias": null,
|
|
"args": (v1/*: any*/),
|
|
"concreteType": null,
|
|
"kind": "LinkedField",
|
|
"name": "node",
|
|
"plural": false,
|
|
"selections": [
|
|
{
|
|
"kind": "InlineFragment",
|
|
"selections": [
|
|
(v2/*: any*/),
|
|
(v3/*: any*/),
|
|
(v4/*: any*/),
|
|
(v5/*: any*/),
|
|
(v6/*: any*/),
|
|
(v7/*: any*/),
|
|
(v8/*: any*/),
|
|
(v9/*: any*/),
|
|
(v10/*: any*/),
|
|
(v11/*: any*/)
|
|
],
|
|
"type": "Vendor",
|
|
"abstractKey": null
|
|
}
|
|
],
|
|
"storageKey": null
|
|
}
|
|
],
|
|
"type": "Query",
|
|
"abstractKey": null
|
|
},
|
|
"kind": "Request",
|
|
"operation": {
|
|
"argumentDefinitions": (v0/*: any*/),
|
|
"kind": "Operation",
|
|
"name": "VendorOverviewPageQuery",
|
|
"selections": [
|
|
{
|
|
"alias": null,
|
|
"args": (v1/*: any*/),
|
|
"concreteType": null,
|
|
"kind": "LinkedField",
|
|
"name": "node",
|
|
"plural": false,
|
|
"selections": [
|
|
{
|
|
"alias": null,
|
|
"args": null,
|
|
"kind": "ScalarField",
|
|
"name": "__typename",
|
|
"storageKey": null
|
|
},
|
|
(v2/*: any*/),
|
|
{
|
|
"kind": "InlineFragment",
|
|
"selections": [
|
|
(v3/*: any*/),
|
|
(v4/*: any*/),
|
|
(v5/*: any*/),
|
|
(v6/*: any*/),
|
|
(v7/*: any*/),
|
|
(v8/*: any*/),
|
|
(v9/*: any*/),
|
|
(v10/*: any*/),
|
|
(v11/*: any*/)
|
|
],
|
|
"type": "Vendor",
|
|
"abstractKey": null
|
|
}
|
|
],
|
|
"storageKey": null
|
|
}
|
|
]
|
|
},
|
|
"params": {
|
|
"cacheID": "04e4ae3f0c7613bf50b59368d02ba937",
|
|
"id": null,
|
|
"metadata": {},
|
|
"name": "VendorOverviewPageQuery",
|
|
"operationKind": "query",
|
|
"text": "query VendorOverviewPageQuery(\n $vendorId: ID!\n) {\n node(id: $vendorId) {\n __typename\n ... on Vendor {\n id\n name\n description\n serviceStartDate\n serviceTerminationDate\n serviceCriticality\n riskTier\n statusPageUrl\n createdAt\n updatedAt\n }\n id\n }\n}\n"
|
|
}
|
|
};
|
|
})();
|
|
|
|
(node as any).hash = "474b8b7350d917a50c91a0b8239370ea";
|
|
|
|
export default node;
|