-
Notifications
You must be signed in to change notification settings - Fork 161
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
feat(typescript-react-apollo): Apollo Client useFragment
hook
#483
feat(typescript-react-apollo): Apollo Client useFragment
hook
#483
Conversation
🦋 Changeset detectedLatest commit: df425fc The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
This has been open for a few weeks now, if there's anything else I need to do to get this merged please let me know |
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.
Thank you for this and sorry for the delays
Published @graphql-codegen/[email protected] |
Description
Please include a summary of the change and which issue is fixed. Please also include relevant
motivation and context. List any dependencies that are required for this change.
Related #482
Type of change
Screenshots/Sandbox (if appropriate/relevant):
Adding links to sandbox or providing screenshots can help us understand more about this PR and take
action on it as appropriate
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can
reproduce. Please also list any relevant details for your test configuration
dev-test
file, ranyarn build
,yarn generate:examples
,yarn test
and all completed successfullyuseFragment
hooks generated as expectedTest Environment:
@graphql-codegen/[email protected]
:Checklist:
CONTRIBUTING doc and the
style guidelines of this project
Further comments
The solution(s) I came up with here may not be the most optimal, this is the first time I've looked through the code used for
graphql-codegen
so there could be better ways to do this