-
-
Notifications
You must be signed in to change notification settings - Fork 895
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(metadata): homogenize operations constructor (#5344)
* chore: homogenize `Operation` constructor * chore: homogenize `HttpOperation` constructor * chore: homogenize `Get` constructor * chore: homogenize `Post` constructor * chore: homogenize `Delete` constructor * chore: homogenize `GetCollection` constructor * chore: homogenize `Patch` constructor * chore: homogenize `Put` constructor * chore: homogenize GraphQL `Operation` constructor * chore: homogenize `Query` constructor * chore: homogenize `QueryCollection` constructor * chore: homogenize `Mutation` constructor * chore: homogenize `DeleteMutation` constructor * chore: homogenize `Subscription` constructor * fix: do not restrict `$provider` and `$processor` type in GraphQL `Operation` * chore: rebase after moving `$paginationViaCursor` * chore: warn users regarding usage of positional parameters in operations’ constructor * chore: name constructors arguments * fix: method cannot be null in `HttpOperation`
- Loading branch information
Mathieu
authored
Jan 16, 2023
1 parent
722802c
commit 0154bf1
Showing
16 changed files
with
835 additions
and
362 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.