graphql-code-generator
graphql-code-generator copied to clipboard
typescript-react-query: keep the possibility to define fetchParams when hardcoding the endpoint
config: { fetcher: { endpoint: '/api' ), }, },
This removes the possibility to set fetchParams when using the generated code.