This repository has been archived by the owner on Dec 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cgg): default createUser name arg to null (#397)
Since version 0.5.0 of graphglgen args can be not just nullable but voidable. This more precise type introduced a type error with the existing template where a model expecting only nullable now received a voidable.
- Loading branch information
Nuno Vieira
authored and
Jason Kuhrt
committed
Jan 20, 2019
1 parent
cd14864
commit db10ee1
Showing
2 changed files
with
2 additions
and
3 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
packages/graphqlgen-templates/typescript-yoga/src/generated/graphqlgen.ts
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