Ujwal Setlur
Ujwal Setlur
@MarijnS95 I can't seem to reproduce this anymore. Maybe I hadn't cleaned my tree after all. Now it works with me not having to disable or exclude GooglePackageInstaller at all....
that would be useful!
This is a bit of a critical issue for me, so any help will be greatly appreciated. Thanks!
OK, I think it is explained here: https://github.com/cult-of-coders/apollo-live-server ``` The current limitation is that the reactive events dispatched by this publication are only at Notification level in the database, but...
OK, I solved it by enhancing the resolver for the subscription: ```js Subscription: { groups: { resolve: (payload, args, {db}) => { if (payload.event === Event.ADDED) { // do a...
Yes, I am using ```type-graphql``` with ```apollo``` and ```moleculer```. However, I am NOT using the ```moleculer-apollo-server``` package, the reason being I wanted only the API gateway to be GraphQL aware,...
@teezzan I'll need to see some code snippets...
Yep --ujwal On Nov 15, 2020, 4:16 PM -0800, Yusuf Taiwo Hassan , wrote: > Solved... Apollo Server context to the rescue. > https://www.apollographql.com/docs/apollo-server/security/authentication/ > Thanks > — > You...
@iasbm I am not quite clear on Flow-1, but my implementation is similar to Flow-2: ```ts @Resolver() export class PingResolver { @Query(() => String) async Ping(@Ctx() ctx: ResolverContext): Promise {...
Would really really love this functionality!