support subscribe in gql 16 (#4)
* support subscribethis import changed to `/subscribe` https://www.runpkg.com/?graphql@16.1.0/subscription/index.js* change to subscription
Jovi De Croock 4 years ago e143ecd9 e4e9e241
··· 6 6 "executeSync": { 7 7 "local": "executeSync", 8 8 "from": "graphql" 9 9 + }, 10 10 + "subscribe": { 11 11 + "local": "subscribe", 12 12 + "from": "graphql/subscription" 9 13 } 10 14 }