Hi all! Happy to join the community :slightly_smil...
# orm-help
j
Hi all! Happy to join the community πŸ™‚ I am new to Graphql Yoga and would like to set up my server to support wss connections, can anybody help me with this? I have been readings the docs for a couple hours :/
πŸ‘‹ 2
r
@Justin πŸ‘‹ Welcome to the channel πŸ™‚ We have an example with Subscriptions with Apollo Server and I would recommend using the same as GraphQL Yoga is currently not maintained.
j
Hi Ryan! Thank you for the quick response. I’m looking to setup specifically a wss connection instead of ws. I may have overlooked it, but I don’t see any examples of wss in the link you provided πŸ‘€
r
For
wss
you would need to configure an SSL cert so something like this should work.