Highly ambitious ATProtocol AppView service and sdks
at main 129 lines 3.0 kB view raw
1/** 2 * @generated SignedSource<<89255da7d816b21b4f7c41bd05a579fd>> 3 * @lightSyntaxTransform 4 * @nogrep 5 */ 6 7/* tslint:disable */ 8/* eslint-disable */ 9// @ts-nocheck 10 11import { ConcreteRequest } from 'relay-runtime'; 12export type SliceJetstreamSubscription$variables = { 13 slice?: string | null | undefined; 14}; 15export type SliceJetstreamSubscription$data = { 16 readonly jetstreamLogsCreated: { 17 readonly createdAt: string; 18 readonly id: string; 19 readonly level: string; 20 readonly message: string; 21 readonly metadata: any | null | undefined; 22 readonly sliceUri: string | null | undefined; 23 }; 24}; 25export type SliceJetstreamSubscription = { 26 response: SliceJetstreamSubscription$data; 27 variables: SliceJetstreamSubscription$variables; 28}; 29 30const node: ConcreteRequest = (function(){ 31var v0 = [ 32 { 33 "defaultValue": null, 34 "kind": "LocalArgument", 35 "name": "slice" 36 } 37], 38v1 = [ 39 { 40 "alias": null, 41 "args": [ 42 { 43 "kind": "Variable", 44 "name": "slice", 45 "variableName": "slice" 46 } 47 ], 48 "concreteType": "JetstreamLogEntry", 49 "kind": "LinkedField", 50 "name": "jetstreamLogsCreated", 51 "plural": false, 52 "selections": [ 53 { 54 "alias": null, 55 "args": null, 56 "kind": "ScalarField", 57 "name": "id", 58 "storageKey": null 59 }, 60 { 61 "alias": null, 62 "args": null, 63 "kind": "ScalarField", 64 "name": "createdAt", 65 "storageKey": null 66 }, 67 { 68 "alias": null, 69 "args": null, 70 "kind": "ScalarField", 71 "name": "level", 72 "storageKey": null 73 }, 74 { 75 "alias": null, 76 "args": null, 77 "kind": "ScalarField", 78 "name": "message", 79 "storageKey": null 80 }, 81 { 82 "alias": null, 83 "args": null, 84 "kind": "ScalarField", 85 "name": "metadata", 86 "storageKey": null 87 }, 88 { 89 "alias": null, 90 "args": null, 91 "kind": "ScalarField", 92 "name": "sliceUri", 93 "storageKey": null 94 } 95 ], 96 "storageKey": null 97 } 98]; 99return { 100 "fragment": { 101 "argumentDefinitions": (v0/*: any*/), 102 "kind": "Fragment", 103 "metadata": null, 104 "name": "SliceJetstreamSubscription", 105 "selections": (v1/*: any*/), 106 "type": "Subscription", 107 "abstractKey": null 108 }, 109 "kind": "Request", 110 "operation": { 111 "argumentDefinitions": (v0/*: any*/), 112 "kind": "Operation", 113 "name": "SliceJetstreamSubscription", 114 "selections": (v1/*: any*/) 115 }, 116 "params": { 117 "cacheID": "fef0cf3e8dd53287237f8cd3697c557b", 118 "id": null, 119 "metadata": {}, 120 "name": "SliceJetstreamSubscription", 121 "operationKind": "subscription", 122 "text": "subscription SliceJetstreamSubscription(\n $slice: String\n) {\n jetstreamLogsCreated(slice: $slice) {\n id\n createdAt\n level\n message\n metadata\n sliceUri\n }\n}\n" 123 } 124}; 125})(); 126 127(node as any).hash = "b8c6b585db604a337cb6b2962f555fb3"; 128 129export default node;