We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi!
First and foremost, thanks for at great library! We use it extensively to provide a TS-native experience when querying our graphQl backend.
We do have one issue though: It would be nice to see type errors when we try to supply and argument to a query and mutation that does not exists:
const resp = await graphQlClient('mutation')({ createFormSubmission: [ { nonExistingVar: "This should give a type error" }, { ... } ] })
When refactoring, we rely on typescript to tell us where we forgot to make changes. This small update would give a huge value in this process.
The text was updated successfully, but these errors were encountered:
In 5.4.0 it is better but arguments are still a challenge
Sorry, something went wrong.
No branches or pull requests
Hi!
First and foremost, thanks for at great library! We use it extensively to provide a TS-native experience when querying our graphQl backend.
We do have one issue though: It would be nice to see type errors when we try to supply and argument to a query and mutation that does not exists:
When refactoring, we rely on typescript to tell us where we forgot to make changes. This small update would give a huge value in this process.
The text was updated successfully, but these errors were encountered: