Highlights
- Arctic Code Vault Contributor
- Developer Program Member
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPopular repositories
383 contributions in the last year
Contribution activity
November 2020
Created 4 commits in 2 repositories
Created 2 repositories
- fossamagna/graphql-code-generator TypeScript
- fossamagna/aws-mobile-appsync-sdk-js TypeScript
Created a pull request in dotansimha/graphql-code-generator that received 2 comments
fix(vue-apollo): Use empty object as default value to variables parameter instead of question mark when variables of query is all optional
Related #5070 A test has been added to cover this.
Opened 3 other pull requests in 3 repositories
fossamagna/gas-entry-generator
1
open
fossamagna/gas-webpack-plugin
1
merged
awslabs/aws-mobile-appsync-sdk-js
1
open
Created an issue in dotansimha/graphql-code-generator that received 1 comment
If Query operation not has non nullable variable, generated code with typescript-vue-apollo has a compile error
Describe the bug
If query operation not has non nullable variable, parameter variables has question mark. it cause, generated code by typescript-vu…