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

incorporate graphql-go patch to fix union/interface inline fragments (2nd try) #14475

Merged
merged 1 commit into from
Oct 10, 2020

Conversation

sqs
Copy link
Member

@sqs sqs commented Oct 7, 2020

I added a test case and fix for the other error in the 2nd commit graph-gophers/graphql-go@653514d of graph-gophers/graphql-go#409. I confirmed that the GraphQL query on the campaigns preview page that previously broke is now working.

@sqs sqs requested a review from eseliger October 7, 2020 04:13
@codecov
Copy link

codecov bot commented Oct 7, 2020

Codecov Report

Merging #14475 into main will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main   #14475      +/-   ##
==========================================
- Coverage   47.05%   47.05%   -0.01%     
==========================================
  Files        1561     1561              
  Lines       79151    79151              
  Branches     7075     7031      -44     
==========================================
- Hits        37244    37243       -1     
- Misses      38185    38186       +1     
  Partials     3722     3722              
Flag Coverage Δ
#go 52.48% <ø> (-0.01%) ⬇️
#integration 100.00% <ø> (ø)
#storybook 100.00% <ø> (ø)
#typescript 33.92% <ø> (ø)
#unit 33.92% <ø> (ø)
Impacted Files Coverage Δ
cmd/repo-updater/repos/types.go 73.83% <0.00%> (-0.25%) ⬇️

Copy link
Member

@eseliger eseliger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks for the quick fix :)

…(2nd try)

I added a test case and fix for the other error in the 2nd commit graph-gophers/graphql-go@653514d of graph-gophers/graphql-go#409. I confirmed that the GraphQL query on the campaigns preview page that previously broke is now working.
@sqs sqs merged commit d4a1f46 into main Oct 10, 2020
@sqs sqs deleted the sqs/gql-fix branch October 10, 2020 17:17
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.

2 participants