Mirror: Modular GraphQL.js import paths without the hassle.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

support subscribe in gql 16 (#4)

* support subscribe

this import changed to `/subscribe` https://www.runpkg.com/?graphql@16.1.0/subscription/index.js

* change to subscription

authored by

Jovi De Croock and committed by
GitHub
e143ecd9 e4e9e241

+4
+4
import-map-overrides.json
··· 6 6 "executeSync": { 7 7 "local": "executeSync", 8 8 "from": "graphql" 9 + }, 10 + "subscribe": { 11 + "local": "subscribe", 12 + "from": "graphql/subscription" 9 13 } 10 14 }