Replies: 2 comments 3 replies
-
could you share what issues did you encounter? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@Twathik were you able to solve this. I've updated most of the code for my needs but I get this error when assigning the subscriber to the stitchSchema return stitchSchemas({
subschemas: [
{
schema: await introspectSchema(authsExec),
// executor handles query and mutation requests over HTTPs
executor: authsExec,
// subscriber returns an AsyncIterator that proxies remote sockets
subscriber: makeRemoteSubscriber('wss://url.com/api') // **<<- error here**
}
]
}) error:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am new in the graphql area, i tried to implement scheme stiching using my existing apollo servers, queries and mutations, even merging worked well, the issue is the subscriptions, i tried the subscription example in the V8 documentation, but in addition to many types issues, i did not managed to compile it, is there any available example,
I gave a look to gmac handbook witch is great (with some types issues), but it uses the version 7
this technology is for me a high topic, any help will be great
Beta Was this translation helpful? Give feedback.
All reactions