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 "executeSync": { 7 "local": "executeSync", 8 "from": "graphql" 0 0 0 0 9 } 10 }
··· 6 "executeSync": { 7 "local": "executeSync", 8 "from": "graphql" 9 + }, 10 + "subscribe": { 11 + "local": "subscribe", 12 + "from": "graphql/subscription" 13 } 14 }