mirror of
https://github.com/wassname/talk.git
synced 2026-09-25 14:10:31 +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