You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to integrate all the @nestjs/graphql ecosystem into postgraphile?
I want to use my @Resolver()s with @AuthGuard()s along with postgraphile and get one merged schema as output.
The text was updated successfully, but these errors were encountered:
Hmm, it might be possible but not something I have taken the time to look deeper at. If this is something you'd like to attempt and contribute to this project, please do!
Is it possible to integrate all the @nestjs/graphql ecosystem into postgraphile?
I want to use my
@Resolver()
s with@AuthGuard()
s along with postgraphile and get one merged schema as output.The text was updated successfully, but these errors were encountered: