-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: avoid multiple types of select calls
Currently there are two scenarios when a select operation type is found: - When an include has a select within it - When a select has a relation in it This means that there is a situation where it is not possible to reason about what to do with a select because the two scenarios look the same based on the available information; both have the include operation as the parent. BREAKING CHANGE: remove the calls for include selects Extensions that relied on calls with the "select" operation for select objects within an include will no longer be able to use that call. Instead use the parent "include" operation to modify the selected fields, or use the "select" operation for the relation within that select object.
- Loading branch information
1 parent
70e1ef9
commit d30522a
Showing
5 changed files
with
200 additions
and
153 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.