Philipp Steinrötter
Philipp Steinrötter
I can't reproduce your issue with our implementation. Both authorisers are picked up properly. Could you provide some code?
Thanks! Which version are you using?
Hi @thehappycoder, since you are using TypeORM, I found [typeorm-transactional-cls-hooked](https://github.com/odavid/typeorm-transactional-cls-hooked) to be very useful. Just overwrite the methods you want to be transactional and put the `@Transactional` decorator. You can...
@doug-martin for some reason, the e2e auth test do not run for me because the headers aren't added to the request. This is why I implemented the dirty workaround by...
Hey @rhessus - sorry for the late reply! We ditched this library, so I currently do not have the capacity and need to finalise this. But as far as I...
Great idea! Did you make any progress here? Our use case is that we have an externally facing GraphQL API and for inter-service communication we want to use grpc, and...
@lwintch you can checkout [mercuriusjs](https://github.com/mercurius-js/mercurius) as a reference implementation. The client creates a single connection to the gateway, and the gateway creates another connection to the respective service.
@sweatybridge why do we only search for `.pg` files? All our tests are `.sql`. I can fix my nvim config, but still curious since most editors do not recognise `.pg`...
Same here!
@felixzy-attentec I now need this feature, but the function is never executed. Were you able to configure it for the local environment, too?