(op)
| 40 | }), |
| 41 | splitLink({ |
| 42 | condition(op) { |
| 43 | return op.context.slowBatch === true; |
| 44 | }, |
| 45 | // separate batching for slow requests |
| 46 | true: httpBatchLink({ |
| 47 | url: `${getBaseUrl()}/api/trpc`, |
nothing calls this directly
no outgoing calls
no test coverage detected