Support for relationships from nested action fields #8015
Labels
c/actions
Related to actions
c/server
Related to server
k/enhancement
New feature or improve an existing feature
team-blaam/handover
Is your proposal related to a problem?
With the addition of support for nested types in actions: (#4796) the next logical functionality is to add support for joining across relationships from within nested fields.
Describe the solution you'd like
If a relationship is established from an associated action type that should be able to be traversed via field selection as with a normal GraphQL query. This would include fields within objects, arrays to arbitrary levels of nesting.
Drawbacks
Particularly tricky scenarios include the following:
Describe alternatives you've considered
Currently we only support relationships from top-level fields.
If the feature is approved, would you be willing to submit a PR?
Yes.
The text was updated successfully, but these errors were encountered: