-
Notifications
You must be signed in to change notification settings - Fork 310
Open
Description
Perceived Problem
When clicking on the examples from npm.js of graphql-request it's taking me to a branch or file that no longer exists.
- Open https://www.npmjs.com/package/graphql-request
- Click on any of the highlighted examples
- Observe github page
Ideas / Proposed Solution(s)
I can see in the graphql-request
branch these examples still exist, I'm assuming https://www.npmjs.com/package/graphql-request should be pointing to the graphql-request branch in this repo, which may require a new patch release onto npm.
SeanKaat