Skip to content

Commit 7ee9894

Browse files
committed
fix(redocly): add getMutationCache to callbacks in internal React API client
1 parent 4521723 commit 7ee9894

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

packages/react-client/redocly.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,18 @@ apis:
7575
callbacks: all
7676
createInternalReactAPIClient:
7777
services: none
78-
callbacks: ['setQueryData', 'getQueryData', 'getQueryKey', 'getInfiniteQueryKey']
78+
callbacks:
79+
[
80+
'setQueryData',
81+
'getQueryData',
82+
'getQueryKey',
83+
'getInfiniteQueryKey',
84+
'getMutationCache',
85+
]
7986
operation-parameters-type-wrapper:
8087
'get /files/**':
8188
type: 'ParametersWrapper'
8289
import: '../../type-overrides/parameters-wrapper.js'
8390
'delete /approval_policies/{approval_policy_id}':
8491
type: 'ParametersWrapper'
85-
import: '../../type-overrides/parameters-wrapper.js'
92+
import: '../../type-overrides/parameters-wrapper.js'

0 commit comments

Comments
 (0)