redux-toolkit
redux-toolkit copied to clipboard
[QUESTION / FEATURE] Handle parameter serialisation according to `collectionFormat`
Hey,
I would like to know if RTK-Query handles the collectionFormat value described in the parameter swagger docs https://swagger.io/docs/specification/2-0/describing-parameters/
From what I have seen with RTKQ, array parameters are always serialised using the CSV format, but maybe I missed something.
Thanks.