MCPcopy Create free account
hub / github.com/dailydotdev/apps / isBatchingEnabled

Function isBatchingEnabled

packages/shared/src/graphql/batch.ts:54–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52};
53
54const isBatchingEnabled = (): boolean =>
55 getStorageOverride() ?? batchingEnabled;
56
57// Mirrors how the `unsetHeader` patch in `common.ts` reaches the client's own
58// headers, so a batch carries the same auth/client headers a single request has.

Callers 1

gqlBatchRequestFunction · 0.85

Calls 1

getStorageOverrideFunction · 0.85

Tested by

no test coverage detected