Scott

Results 228 comments of Scott

That looks pretty good. Question is, does it fit for all or at least most needed querying? Scott

I personally don't understand how this can work. Well, at least in an automated way. Correct me if I am wrong, but gRPC with protobufs will generate a set of...

It should be the entity for the injection and for the decorator the output DTO. And, if you use the AssemblerQueryService (extend from it) you would need to give it...

@andefred If you are creating your own TodoItem service, what is the purpose of injecting the base query service? And, what you found to work or rather your deductions about...

> I'm thinking that the whole point of having a custom service is to modify the existing service Correct, However, by calling the base query service in the resolver, your...

@Urigo - OMG!!! :star_struck: :star_struck: :star_struck: Thanks for the tip! I'm not so far with the project I'm working on to need federation, but this will certainly be in my...

I'd consider authentication and authorization much too faceted in terms of ways to get them accomplished to be able to give good examples. They will most definitely only fit certain...

@YuriFontella - Every request to a Mercurius drivin graphql server triggers a hook. https://mercurius.dev/#/docs/lifecycle Scott

Yeah, so app.addhook would be for a fastify hook, right? And the same goes, they are for all requests. https://www.fastify.io/docs/latest/Hooks/ Scott

@jessekrubin - Try out NestJS. There is a Mercurius module and being Nest has a GraphQL code first approach almost the same as TypeGraphQL AND a modules system for DI,...