redux-toolkit icon indicating copy to clipboard operation
redux-toolkit copied to clipboard

The official, opinionated, batteries-included toolset for efficient Redux development

Results 422 redux-toolkit issues
Sort by recently updated
recently updated
newest added

Expected result: ```ts type PostApiClientAuthLoginApiArg = ({ phone: string } | { email: string }) & { password: string } ``` Body types in generated file are looks like: ![image](https://user-images.githubusercontent.com/34099520/160787809-b37a3651-5533-44f2-92a0-77646e64d317.png)...

RTKQ-Codegen

I'm implementing the graphql/rtk-query codegen (and it's been great so far). But I'm having this lingering issue where typescript is complaining that it can't find `/GraphqlBaseQueryTypes`. See the below console...

graphql-request