-
Notifications
You must be signed in to change notification settings - Fork 65
refactor: use graphql-request dep #938
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
Conversation
Hm, not quite working out yet. I'll finish debugging over the next few days. |
Just awaiting publish rights now https://github.com/prisma-labs/graphql-request/runs/719048786 now. |
@Weakky other than the missing published package this is ready for review. Example of it working on local linked hello-world: |
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.
LGTM!
This removes code that essentially inlined the graphql-request library. It was originally inlined to circumvent graffle-js/graffle#26 which is now fixed.
TODO