Questions tagged [resolver]
363 questions
-1
votes
1 answer
Resolver is the best practice for difficult query to Graphql?
I am learning about GraphQL with Laravel.
When i need to response from difficult Query (include subquery or group by)
I can do this with resolver.
For example.
select * from A where id in (select id from B where name='~~')
But i wonder this is the…

Jeongkuk Seo
- 127
- 2
- 15
-1
votes
1 answer
Can we Implement Multiple Resolver in a single Service?
Since Resolver are implement on route level and we can also use more then one resolver on a single route
But my question is that are we use different services for multiple resolver or it is possible with in a single service ?
** Apparently this is…

Muhammad Bilal
- 84
- 9