Why each GraphQL Object type has both “Resolver” and “RelationResolver” types?

Why each GraphQL Object type has both “Resolver” and “RelationResolver” types?

For each GraphQL object that’s defined, there are corresponding [ObjectName]Resolver and [ObjectName]RelationResolver that are generated.

 

Read More