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 Loading
-
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-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,808 contributions in the last year
Activity overview
Contribution activity
December 2021
Created 39 commits in 5 repositories
Created 1 repository
Opened 1 pull request in 1 repository
graphprotocol/graph-node
1
open
Reviewed 24 pull requests in 8 repositories
dotansimha/envelop
6 pull requests
dotansimha/graphql-eslint
4 pull requests
contra/graphql-helix
3 pull requests
the-guild-org/the-guild-website
3 pull requests
the-guild-org/the-guild-components
3 pull requests
dotansimha/graphql-yoga
3 pull requests
saihaj/graphql-ts-node-advanced-tutorial
1 pull request
graphprotocol/graph-node
1 pull request
Created an issue in dotansimha/graphql-code-generator that received 1 comment
Generate TS SDK with boolean specifiers that generates query document at runtime?
Note: this is an experiment sdk.query({ user: { id: true, name: true, profile: { age: true }} }) for union/interface: sdk.query({ search({ term: "…

