Closed daviddanielarch-nextroll closed 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.
The CI step that is failing seems to fail on master as well https://github.com/graphql-rust/juniper/actions/runs/4241804294/jobs/7372654238
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.