Highlights
- Pro
- 69 discussions answered
Block or Report
Block or report dotansimha
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
graphql-code-generator Public
A tool for generating code based on a GraphQL schema and GraphQL operations (query/mutation/subscription), with flexible support for custom plugins.
-
graphql-yoga Public
🧘 Fully-featured GraphQL Server with focus on easy setup, performance & great developer experience -
graphql-eslint Public
ESLint parser, plugin and set rules for GraphQL (for schema and operations). Easily customizable with custom rules. Integrates with IDEs and modern GraphQL tools.
-
🕵️♀️ Validate schema, get schema change notifications, validate operations, find breaking changes, look for similar types, schema coverage -
2,814 contributions in the last year
Activity overview
Contribution activity
December 2021
Created 63 commits in 8 repositories
Created 1 repository
Created a pull request in graphprotocol/graph-node that received 8 comments
Introduce GraphQL spec-compliant validation phase and rules
Background While @lutter worked on a refactor for the GraphQL execution (#3005), we needed a way to make sure some aspects of execution are valid a…
Opened 3 other pull requests in 2 repositories
dotansimha/graphql-tools-rs
2
merged
graphprotocol/graph-node
1
open
Reviewed 33 pull requests in 10 repositories
dotansimha/envelop
8 pull requests
- Fix memory leak
- feat: validation cache perf
- feat: hash with SHA256 cross-platform
- feat: Allow userland code to specify type of currentContext #1101
- fix: cross-platform tracing
- generic-auth: use extended validation for applying rules
- Respect Envelop errors in NewRelic plugin
- docs: introduction revamp