const counter = introspect.graphql({
apiNamespace: 'counter',
url: 'http://localhost:4000/graphql',
subscriptionsUseSSE: true,
});
npm install && npm start
curl -N http://localhost:9991/operations/Counter
curl -N 'http://localhost:9991/operations/Counter?wg_sse=true'
curl -N http://localhost:9991/operations/users/get?id=1
Read the Docs.
Join us on Discord!