-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gate): empty object as custom scalar (#876)
* Allow empty object on the output without any change * Just like `Int`, `String`, and such, rightfully refer the constant `{}` as a scalar * **Any** empty object will now be refered as `EmptyObject` scalar #### Migration notes None - [x] The change comes with new or modified tests - [ ] Hard-to-understand functions have explanatory comments - [ ] End-user documentation is updated to reflect the change
- Loading branch information
1 parent
719445f
commit 1203968
Showing
7 changed files
with
208 additions
and
164 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
Oops, something went wrong.