-
-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Mutations to Fusion. (#5953)
- Loading branch information
1 parent
c92759f
commit 064fb82
Showing
118 changed files
with
2,975 additions
and
3,363 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
27 changes: 27 additions & 0 deletions
27
...QueryableFirstOrDefaultTests.Create_DeepFilterObjectTwoProjections_Executable_NET6_0.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Result: | ||
--------------- | ||
{ | ||
"errors": [ | ||
{ | ||
"message": "Unexpected Execution Error", | ||
"locations": [ | ||
{ | ||
"line": 2, | ||
"column": 25 | ||
} | ||
], | ||
"path": [ | ||
"rootExecutable" | ||
] | ||
} | ||
], | ||
"data": { | ||
"rootExecutable": null | ||
} | ||
} | ||
--------------- | ||
|
||
SQL: | ||
--------------- | ||
Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1[HotChocolate.Data.Projections.QueryableFirstOrDefaultTests+Bar] | ||
--------------- |
27 changes: 27 additions & 0 deletions
27
...QueryableFirstOrDefaultTests.Create_DeepFilterObjectTwoProjections_Executable_NET7_0.snap
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Result: | ||
--------------- | ||
{ | ||
"errors": [ | ||
{ | ||
"message": "Unexpected Execution Error", | ||
"locations": [ | ||
{ | ||
"line": 2, | ||
"column": 25 | ||
} | ||
], | ||
"path": [ | ||
"rootExecutable" | ||
] | ||
} | ||
], | ||
"data": { | ||
"rootExecutable": null | ||
} | ||
} | ||
--------------- | ||
|
||
SQL: | ||
--------------- | ||
Microsoft.EntityFrameworkCore.Query.Internal.EntityQueryable`1[HotChocolate.Data.Projections.QueryableFirstOrDefaultTests+Bar] | ||
--------------- |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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.