Arda TANRIKULU
Arda TANRIKULU
Please share an isolated minimal reproduction on CodeSandbox, like I asked the other issues/discussions you've created; https://github.com/Urigo/SOFA/discussions/1710#discussioncomment-12369799
Those types are generated from your GraphQL Schema, they are not generated to be used as parent types so this is an intentional behavior because those types are used in...
Have you tried to update your lockfile?
Do you think we can have tests?
We use `qs` to handle params; https://github.com/ardatan/feTS/blob/master/packages/fets/src/client/createClient.ts#L223 We can maybe expose the options of that to allow users to modify it. PRs are welcome!
I think `any` by default is better idea because we don't have any specific logic for DocumentNode while loading the files.
Thanks for creating the PR but `loadFiles` can be used to load other types of files and I don't think `DocumentNode` is a good default there. So closing the PR...
Thanks for the issue and the PR! But in order to prevent the future regressions and for us to see and reproduce the issue, could you add tests?
GraphQL Yoga doesn't need an extra plugin for SSE except single connection mode. You can see Fastify tests below that use the same path for subscriptions. Maybe you can help...
feTS is platform agnostic and it uses Fetch API. It doesn't use any Node specific code. Runtime-wise i don't think anything should be missing for React Native. Typing issues might...