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

fix(apollo-parser): fix a bad parsing on fragment detected by apollo-smith #164

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

bnjjj
Copy link
Contributor

@bnjjj bnjjj commented Feb 8, 2022

No description provided.

@bnjjj bnjjj requested a review from lrlna February 8, 2022 14:07
@bnjjj bnjjj force-pushed the bnj/fix_fragment_parsing branch from 7093c37 to e60ff29 Compare February 8, 2022 16:07
Copy link
Member

@lrlna lrlna 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!

@bnjjj bnjjj merged commit 8331893 into main Feb 8, 2022
@bnjjj bnjjj deleted the bnj/fix_fragment_parsing branch February 8, 2022 18:24
pet
...snackSelection
Copy link
Member

Choose a reason for hiding this comment

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

since you're already editing these selection_with_fragment tests, could you also add the other fragment variants?

Suggested change
...snackSelection
...snackSelection
... on Nap {
cozyLocation
durationOfNap
}
...snackSelection @deprecated
... on Nap @provides(duration: "2 hours") {
cozyLocation
}

Copy link
Member

Choose a reason for hiding this comment

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

ahhh oops just saw that you merged! i'll just quickly add these in another branch

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.

3 participants