graphql-rust / juniper

GraphQL server library for Rust
Other
5.72k stars 425 forks source link

Expose applies_for for look ahead #1145

Closed daviddanielarch-nextroll closed 1 year ago

daviddanielarch-nextroll commented 1 year ago

Resolves #1138

This PR exposes the applies_for in the look ahead functionality by moving the current applies_for from the ChildSelection struct into the inner field of the LookAheadSelection.

daviddanielarch-nextroll commented 1 year ago

The CI step that is failing seems to fail on master as well https://github.com/graphql-rust/juniper/actions/runs/4241804294/jobs/7372654238