-
Notifications
You must be signed in to change notification settings - Fork 45
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
fix(web): court-ongoing-stats #1202
Conversation
❌ Deploy Preview for kleros-v2 failed.
|
✅ Deploy Preview for kleros-v2-contracts ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
8c7905e
to
29a8733
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Getting an error during gql generation
❯ yarn generate:gql
✔ Parse Configuration
⚠ Generate outputs
❯ Generate to ./src/graphql/
✔ Load GraphQL schemas
✔ Load GraphQL documents
✖ GraphQL Document Validation failed with 2 errors;
Error 0: Cannot query field "numberClosedDisputes" on type "Court". Did you mean "numberDisputes"?
at kleros-v2/web/src/hooks/queries/useCourtDetails.ts:8:7
Error 1: Cannot query field "numberAppealingDisputes" on type "Court". Did you mean "numberDisputes"?
at kleros-v2/web/src/hooks/queries/useCourtDetails.ts:9:7
…ros/kleros-v2 into fix(web)/court-ongoing-stats
Code Climate has analyzed commit 019c24c and detected 5 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Depends on the filtering PR changes #1169 |
fixed in #1332 |
closes #1193