Skip to content
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

GraphQL schema update #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

🤖 This automated pull request brought to you by a GitHub action 🤖

The GraphQL schema has been updated and relay-compiler has been re-run on the package source. relay-compiler failed with the following output:


Writing js
ERROR:
Encountered 5 errors:
- Unknown field 'users' on type '[ReactionGroup!]'.
  
  mutations/add-reaction.js:8:11
  7 |           viewerHasReacted
  8 |           users {
    |           ^
  9 |             totalCount
- Unknown field 'position' on type 'PullRequestReviewComment'.
  
  containers/accumulators/review-comments-accumulator.js:33:13
  32 |             path
  33 |             position
     |             ^
  34 |             createdAt
- Unknown field 'position' on type 'PullRequestReviewComment'.
  
  mutations/add-pr-review-comment.js:17:11
  16 |           path
  17 |           position
     |           ^
  18 |           createdAt
- Unknown field 'users' on type '[ReactionGroup!]'.
  
  mutations/remove-reaction.js:8:11
  7 |           viewerHasReacted
  8 |           users {
    |           ^
  9 |             totalCount
- Unknown field 'users' on type '[ReactionGroup!]'.
  
  views/emoji-reactions-view.js:7:9
  6 |         viewerHasReacted
  7 |         users {
    |         ^
  8 |           totalCount

🚨 Check out this branch to fix things so we don't break. 🚨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant