We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 171f9e0 + f6e74c6 commit d6245d0Copy full SHA for d6245d0
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 transformed to camel case. For example, `login_user` will become `loginUser`.
123
+`filterEndpoints` will be checked against this camel case version of the endpoint.
124
125
```ts no-transpile title="openapi-config.ts"
126
const filteredConfig: ConfigFile = {
0 commit comments