Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/reduxjs/redux-toolkit int…
Browse files Browse the repository at this point in the history
…o cut-down-on-resolutions
  • Loading branch information
aryaemami59 committed May 7, 2024
2 parents aad7b5b + d6245d0 commit a438284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rtk-query/usage/code-generation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ export type EndpointMatcherFunction = (
#### Filtering endpoints
If you only want to include a few endpoints, you can use the `filterEndpoints` config option to filter your endpoints.
Note that endpoints are transformed to camel case. For example, `login_user` will become `loginUser`.
`filterEndpoints` will be checked against this camel case version of the endpoint.
```ts no-transpile title="openapi-config.ts"
const filteredConfig: ConfigFile = {
Expand Down

0 comments on commit a438284

Please sign in to comment.