-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Hey, not much experience with OSS here, so not sure if this is the right avenue to raise this.
This is a minor documentation issue but still quite confusing , the example provided here https://redux-toolkit.js.org/rtk-query/usage/queries#defining-query-endpoints is labelled as "Example of all query endpoint options", when its not even close to being all the options, there are very useful options such as serializeQueryArgs , keepUnusedDataFor, which are not present here. Similar to this: https://redux-toolkit.js.org/rtk-query/usage/mutations#defining-mutation-endpoints.
This can be quite confusing for someone who is new to these docs, ideally there should be a link to the API reference which actually contains an exhaustive list of options, instead of this much shorter list.
Is this something i can contribute to changing? Thank you for your time :)