-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add example case for object type overriding builtin scalar
- Loading branch information
Mathew Byrne
committed
Mar 18, 2019
1 parent
d567d5c
commit d27e6eb
Showing
3 changed files
with
88 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
""" | ||
Since gqlgen defines default implementation for a Map scalar, this tests that the builtin is _not_ | ||
added to the TypeMap | ||
""" | ||
type Map { | ||
id: ID! | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.