mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 07:30:27 +08:00
feat: batch admin configure mutations (#2089)
This commit is contained in:
@@ -26,7 +26,8 @@ export default function createNetwork(tokenGetter: TokenGetter) {
|
||||
}),
|
||||
batchMiddleware({
|
||||
batchUrl: (requestMap: any) => Promise.resolve(graphqlURL),
|
||||
batchTimeout: 10,
|
||||
batchTimeout: 0,
|
||||
allowMutations: true,
|
||||
}),
|
||||
retryMiddleware({
|
||||
fetchTimeout: 15000,
|
||||
|
||||
Reference in New Issue
Block a user