needle-innovision / nestjs-tenancy

Multi-tenancy approach for nestjs - currently supported only for mongodb with mongoose
MIT License
187 stars 58 forks source link

Graphql queries are not passing #41

Open elmapaul opened 1 year ago

elmapaul commented 1 year ago

Hi Sandeep,

First of all, thank you for sharing this package! I had a problem with auth (passport) and unfortuanately there is no extra documentation for this case.

My following question is related with graphql requests. Every time I am getting

image

I saw the source code, its seems you are exposing only http. Any thoughts on that or any clue how it can be implemented?

sandeepsuvit commented 1 year ago

@elmapaul Thanks for writing in. Currently this library doesn't support graphql based request objects. Maybe in the future releases will be supported.