graphql-engine/v3/crates/engine
Daniel Harvey 29ccf96784 Skip capability check for local relationships (#805)
<!-- The PR description should answer 2 (maybe 3) important questions:
-->

### What

If the target data connector for a relationship does not have the
`foreach` capability, we threw an error, however we should allow this.

<!-- What is this PR trying to accomplish (and why, if it's not
obvious)? -->

<!-- Consider: do we need to add a changelog entry? -->

### How

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

Check data connector names for relationship target before throwing
capability error.

V3_GIT_ORIGIN_REV_ID: 157908f0077b7c3af67a77600e5f8c9fc65df7f2
2024-07-08 13:03:13 +00:00
..
benches Add flag to toggle whether to expose internal errors (#759) 2024-06-27 12:43:23 +00:00
bin/engine Add ServerOptions to initial server startup logs (#794) 2024-07-05 08:10:17 +00:00
src Add ServerOptions to initial server startup logs (#794) 2024-07-05 08:10:17 +00:00
tests Skip capability check for local relationships (#805) 2024-07-08 13:03:13 +00:00
build.rs Use Clippy to help simplify conditions. (#648) 2024-05-31 13:02:00 +00:00
Cargo.toml pre-execution plugin middleware (#771) 2024-07-03 12:58:26 +00:00