Highlights
- Arctic Code Vault Contributor
- Pro
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 upPinned
1,394 contributions in the last year
Contribution activity
November 2020
Created 24 commits in 1 repository
Created a pull request in graphql-nexus/schema that received 5 comments
feat: interfaces implementing interfaces can resolveType w/ interface name
Will probably also try to upstream this PR's behavior to graphql-js, but it seems to make sense that if you have an interface which implements anot…
Opened 25 other pull requests in 1 repository
graphql-nexus/schema
2
open
23
merged
- fix: support graphql@^14.2.0
- feat: Connection plugin features & fixes
- fix: #670 - explicit nullability for connectionPlugin
- feat: Improved description for types on output method / output field
- feat: Simplified upgrade path w/ better warning messages
- fix: Ensure we can modify nullability of an interface field
- fix: Fix #622, custom scalars should work with interfaceType
- fix: SDL converter list/nonNull chaining
- chore: resolveType warning, restore declarativeWrapping list behavior
- chore: Add release changelog entries to CHANGELOG.md
- feat: .nonNull / .nullable chaining, additional cleanup
- chore: Restore integration codegen removed in #629 and #630
- refactor: move wrapping helper fns to definitions/wrapping.ts
- feat(plugin): add onFieldDefinition / onArgDefinition / onInputFieldDefinition
- chore: Refine exports for plugins
- feat: deprecate plugin onInstall return for consistent API
- feat: add t.modify API for modifying inherited fields
- chore: @tgriesser/schemats for simpler DB output in ghost example
- refactor: Simplify typegen with keyof and intersection types
- refactor: remove namespace, separate internal types
- fix: deduplicate interfaces implementing interfaces
- fix: Fixes broken windows tests
- feat: Allow contextType to specify an TypingImport config
- feat: Allow specifying a node module for type imports
- fix: #588, #384 non-null list items & connection nullability
Reviewed 6 pull requests in 1 repository
graphql-nexus/schema 6 pull requests
- feat: .nonNull / .nullable chaining, additional cleanup
- feat: add t.nonNull and t.nullable shorthands
- feat(config): SDL file generation by default in development
- [WIP] Plugin to bring back legacy nullable/list API
- feat: replace list & nullable API by type wrappers
- improve: remove resolver shorthands
Created an issue in graphql-nexus/schema that received 6 comments
Simplify input type definition
One of the things I'd like to consider before 1.0 is whether there's a simpler way for us to express inputObjectType.
The only reason I originally …