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
Resolvers are not run for properties of properties...
descriptor.Field(x => x.Foo.Bar).Resolve(ctx => "bar") // This is never run
I have a use case for it where I have several types implementing a shared interface. Depending on the implementation type, different downstream APIs should be called to fetch certain fields. I have created a minimal repository with a basic test to reproduce: https://github.com/TylerSiegrist/HotChocolate.Example.Resolver.Subfields
The solution you'd like
Resolvers are executed for properties of properties.
The text was updated successfully, but these errors were encountered:
Product
Hot Chocolate
Is your feature request related to a problem?
Resolvers are not run for properties of properties...
descriptor.Field(x => x.Foo.Bar).Resolve(ctx => "bar") // This is never run
I have a use case for it where I have several types implementing a shared interface. Depending on the implementation type, different downstream APIs should be called to fetch certain fields. I have created a minimal repository with a basic test to reproduce: https://github.com/TylerSiegrist/HotChocolate.Example.Resolver.Subfields
The solution you'd like
Resolvers are executed for properties of properties.
The text was updated successfully, but these errors were encountered: