Yusuf Taiwo Hassan
Yusuf Taiwo Hassan
Hello @ivan-aksamentov, While I would love to contribute to this awesome project, I have little or no experience dealing with Makefiles. Could you give a little more information that would...
@ronag, I would love to work on this. However, I am a little new to this. Can you give me more information about the issue and a little bit of...
@erickzhao @dragonDScript Can I try my hands on this? And can you give pointers to the optimal solution?
Interesting feature. How is it coming? I'd like to be able to send audio too.
@ujwal-setlur I did exactly as you stated above and I ended up with `Service name can't be empty! Maybe it is not a valid Service schema. Maybe is it not...
Thanks for your response. My laptop is dead right now. I will share the snippets once it's up. However, the code is as you wrote above. I was simply setting...
@ujwal-setlur Here is the code I am using currently. My aim to to get the server up and running before starting to implement the schema. The versions of some libraries...
Thanks @ujwal-setlur and @progresak . I solved it by looking through @progresak project. I needed to add a `this.name = 'api'` to the `started` async function. I didn't think of...
Does anyone have any idea on how to get typegraphql authorization working? I figured it would require extracting the authorization headers from `req`. Unfortunately, I haven't been able to lay...
Solved... Apollo Server context to the rescue. https://www.apollographql.com/docs/apollo-server/security/authentication/ Thanks