Split out satisfiability from composeServices#3049
Merged
dylan-apollo merged 4 commits intonextfrom Jun 26, 2024
Merged
Conversation
…ices`. Allow fow disabling satisfiability when running `composeServices`. Co-authored-by: Taylor Jones <45475656+tayrrible@users.noreply.github.com>
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
clenfest
reviewed
Jun 25, 2024
clenfest
approved these changes
Jun 25, 2024
sachindshinde
pushed a commit
that referenced
this pull request
Sep 9, 2024
<!-- [CNN-217] --> TODO: - [x] Merge #3048 and rebase this - [x] Merge #3049 and rebase this - [x] Merge #3050 and rebase this Summary: - Removes support for `@source*` directives - Adds support for `@connect` and `@source` [CNN-217]: https://apollographql.atlassian.net/browse/CNN-217?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --------- Co-authored-by: Lenny Burdette <lenny@apollographql.com> Co-authored-by: Ben Newman <ben@apollographql.com> Co-authored-by: Taylor Jones <45475656+tayrrible@users.noreply.github.com> Co-authored-by: Taylor Jones <taylor@apollographql.com> Co-authored-by: Nicholas Cioli <nicholas.cioli@apollographql.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Create a
validateSatisfiabilityfunction separate fromcomposeServces. Allow fow disabling satisfiability when runningcomposeServices.This is part of #3046, split out for easier review.