Skip to content

Commit a438284

Browse files
committed
Merge branch 'master' of https://github.com/reduxjs/redux-toolkit into cut-down-on-resolutions
2 parents aad7b5b + d6245d0 commit a438284

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/rtk-query/usage/code-generation.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,8 @@ export type EndpointMatcherFunction = (
119119
#### Filtering endpoints
120120
121121
If you only want to include a few endpoints, you can use the `filterEndpoints` config option to filter your endpoints.
122+
Note that endpoints are transformed to camel case. For example, `login_user` will become `loginUser`.
123+
`filterEndpoints` will be checked against this camel case version of the endpoint.
122124
123125
```ts no-transpile title="openapi-config.ts"
124126
const filteredConfig: ConfigFile = {

0 commit comments

Comments
 (0)