-
-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added support for IQueryable Projections #1446
Conversation
src/Core/Types/Resolvers/Expressions/Arguments/GetParentCompiler.cs
Outdated
Show resolved
Hide resolved
src/Core/Types/Resolvers/Expressions/Arguments/GetParentCompiler.cs
Outdated
Show resolved
Hide resolved
src/Core/Types/Resolvers/Expressions/Arguments/GetParentCompiler.cs
Outdated
Show resolved
Hide resolved
src/Core/Types/Resolvers/Expressions/Arguments/GetParentCompiler.cs
Outdated
Show resolved
Hide resolved
…ure_entity_framework
…ream/hotchocolate into feature_entity_framework
src/Core/Types/Resolvers/Expressions/Arguments/GetParentMetadataAnnotator.cs
Outdated
Show resolved
Hide resolved
Do we have an integration test for this one? |
…ream/hotchocolate into feature_entity_framework
…ream/hotchocolate into feature_entity_framework
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR looks very good. We just need to remove the resolver metadata as discussed on slack. As soon as you have done that I will merge this PR an start on the resource handling in the execution engine. Great work @PascalSenn.
…ream/hotchocolate into feature_entity_framework
SonarCloud Quality Gate failed.
|
EdgeCases
[Parent("bar"]Bar barProperty
Should we support Paths?
[Parent("bar.id")]string id
If so how are we gonna collect dependencies in this case