We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46eb99 commit 62dc5c7Copy full SHA for 62dc5c7
docs/rtk-query/usage/code-generation.mdx
@@ -119,6 +119,8 @@ export type EndpointMatcherFunction = (
119
#### Filtering endpoints
120
121
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 <u>transformed</u> to camel case. For example, `login_user` will become `loginUser`.
123
+Camel case version is what you use in `filterEndpoints`.
124
125
```ts no-transpile title="openapi-config.ts"
126
const filteredConfig: ConfigFile = {
0 commit comments