Highly ambitious ATProtocol AppView service and sdks
at fix-postgres 240 lines 6.0 kB view raw
1/** 2 * @generated SignedSource<<3a18e7e00626d2915a4a8f503acead5b>> 3 * @lightSyntaxTransform 4 * @nogrep 5 */ 6 7/* tslint:disable */ 8/* eslint-disable */ 9// @ts-nocheck 10 11import { ReaderFragment } from 'relay-runtime'; 12import { FragmentRefs } from "relay-runtime"; 13export type SliceRecords_query$data = { 14 readonly sliceRecords: { 15 readonly edges: ReadonlyArray<{ 16 readonly cursor: string; 17 readonly node: { 18 readonly cid: string; 19 readonly collection: string; 20 readonly did: string; 21 readonly indexedAt: string; 22 readonly uri: string; 23 readonly value: string; 24 }; 25 }>; 26 readonly pageInfo: { 27 readonly endCursor: string | null | undefined; 28 readonly hasNextPage: boolean; 29 }; 30 readonly totalCount: number; 31 }; 32 readonly " $fragmentType": "SliceRecords_query"; 33}; 34export type SliceRecords_query$key = { 35 readonly " $data"?: SliceRecords_query$data; 36 readonly " $fragmentSpreads": FragmentRefs<"SliceRecords_query">; 37}; 38 39import SliceRecordsPaginationQuery_graphql from './SliceRecordsPaginationQuery.graphql'; 40 41const node: ReaderFragment = (function(){ 42var v0 = [ 43 "sliceRecords" 44]; 45return { 46 "argumentDefinitions": [ 47 { 48 "kind": "RootArgument", 49 "name": "actorHandle" 50 }, 51 { 52 "defaultValue": null, 53 "kind": "LocalArgument", 54 "name": "after" 55 }, 56 { 57 "defaultValue": 50, 58 "kind": "LocalArgument", 59 "name": "first" 60 }, 61 { 62 "kind": "RootArgument", 63 "name": "recordsWhere" 64 }, 65 { 66 "kind": "RootArgument", 67 "name": "rkey" 68 } 69 ], 70 "kind": "Fragment", 71 "metadata": { 72 "connection": [ 73 { 74 "count": "first", 75 "cursor": "after", 76 "direction": "forward", 77 "path": (v0/*: any*/) 78 } 79 ], 80 "refetch": { 81 "connection": { 82 "forward": { 83 "count": "first", 84 "cursor": "after" 85 }, 86 "backward": null, 87 "path": (v0/*: any*/) 88 }, 89 "fragmentPathInResult": [], 90 "operation": SliceRecordsPaginationQuery_graphql 91 } 92 }, 93 "name": "SliceRecords_query", 94 "selections": [ 95 { 96 "alias": "sliceRecords", 97 "args": [ 98 { 99 "kind": "Variable", 100 "name": "actorHandle", 101 "variableName": "actorHandle" 102 }, 103 { 104 "kind": "Variable", 105 "name": "rkey", 106 "variableName": "rkey" 107 }, 108 { 109 "kind": "Variable", 110 "name": "where", 111 "variableName": "recordsWhere" 112 } 113 ], 114 "concreteType": "SliceRecordsConnection", 115 "kind": "LinkedField", 116 "name": "__SliceRecords_sliceRecords_connection", 117 "plural": false, 118 "selections": [ 119 { 120 "alias": null, 121 "args": null, 122 "kind": "ScalarField", 123 "name": "totalCount", 124 "storageKey": null 125 }, 126 { 127 "alias": null, 128 "args": null, 129 "concreteType": "SliceRecordEdge", 130 "kind": "LinkedField", 131 "name": "edges", 132 "plural": true, 133 "selections": [ 134 { 135 "alias": null, 136 "args": null, 137 "concreteType": "SliceRecord", 138 "kind": "LinkedField", 139 "name": "node", 140 "plural": false, 141 "selections": [ 142 { 143 "alias": null, 144 "args": null, 145 "kind": "ScalarField", 146 "name": "uri", 147 "storageKey": null 148 }, 149 { 150 "alias": null, 151 "args": null, 152 "kind": "ScalarField", 153 "name": "cid", 154 "storageKey": null 155 }, 156 { 157 "alias": null, 158 "args": null, 159 "kind": "ScalarField", 160 "name": "did", 161 "storageKey": null 162 }, 163 { 164 "alias": null, 165 "args": null, 166 "kind": "ScalarField", 167 "name": "collection", 168 "storageKey": null 169 }, 170 { 171 "alias": null, 172 "args": null, 173 "kind": "ScalarField", 174 "name": "value", 175 "storageKey": null 176 }, 177 { 178 "alias": null, 179 "args": null, 180 "kind": "ScalarField", 181 "name": "indexedAt", 182 "storageKey": null 183 }, 184 { 185 "alias": null, 186 "args": null, 187 "kind": "ScalarField", 188 "name": "__typename", 189 "storageKey": null 190 } 191 ], 192 "storageKey": null 193 }, 194 { 195 "alias": null, 196 "args": null, 197 "kind": "ScalarField", 198 "name": "cursor", 199 "storageKey": null 200 } 201 ], 202 "storageKey": null 203 }, 204 { 205 "alias": null, 206 "args": null, 207 "concreteType": "PageInfo", 208 "kind": "LinkedField", 209 "name": "pageInfo", 210 "plural": false, 211 "selections": [ 212 { 213 "alias": null, 214 "args": null, 215 "kind": "ScalarField", 216 "name": "hasNextPage", 217 "storageKey": null 218 }, 219 { 220 "alias": null, 221 "args": null, 222 "kind": "ScalarField", 223 "name": "endCursor", 224 "storageKey": null 225 } 226 ], 227 "storageKey": null 228 } 229 ], 230 "storageKey": null 231 } 232 ], 233 "type": "Query", 234 "abstractKey": null 235}; 236})(); 237 238(node as any).hash = "f5849d83ff0615a2bf21f93b2d683fc8"; 239 240export default node;