-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
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
Bug Report : GraphQLError: Syntax Error: Unexpected <EOF> causes failure in typechecking #2769
Comments
Congratulations on making your first Issue! 🎊 If you haven't already, check out our Contributing Guidelines and Issue Reporting Guidelines to ensure that you are following our guidelines for contributing and making issues. |
check this out |
assign |
The problem is in unions.ts, it has an empty gql block. I had included this change in my pr, if it's acceptable then I can link both issues to my pr. |
yes that file wasn't needed, removing it solves the issue...I did it in my PR |
Waiting for the PR to merge so that other PRs can pass that test. |
Pls assign |
@Aad1tya27 I'm assigning this to you as an exception so it can be resolves through your open PR. |
Describe the bug
When a new PR is submitted, due to pre-existing error in graphql syntax, in the first step
Check for linting, formatting, and type errors
atRun Typescript Type-Checker
, the graphql syntax error comes and causes failure in the workflow. We can also reproduce this in our local enviornment with the below steps.To Reproduce
Steps to reproduce the behavior:
npm run typecheck
Expected behavior
It should pass
Actual behavior
It's failing
Screenshots
Additional details
All the PRs are failing this test.
Potential internship candidates
Please read this if you are planning to apply for a Palisadoes Foundation internship
The text was updated successfully, but these errors were encountered: