const counter = introspect.graphql({
apiNamespace: 'counter',
url: 'http://localhost:4000/graphql',
subscriptionsUseSSE: true,
});npm install && npm startcurl -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=1Read the Docs.
Join us on Discord!