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
🧘 Rewrite of a fully-featured GraphQL Server with focus on easy setup, performance & great developer experience. The core of Yoga implements W3C Fetch API and can run/deploy on any JS environment. -
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.
-
-
2,863 contributions in the last year
Activity overview
Contribution activity
January 2022
Created 13 commits in 7 repositories
Created a pull request in dotansimha/envelop that received 4 comments
Opened 2 other pull requests in 2 repositories
graphprotocol/graph-node
1
open
graphql/graphql-wg
1
merged
Reviewed 4 pull requests in 2 repositories
dotansimha/graphql-code-generator
3 pull requests
dotansimha/graphql-eslint
1 pull request
Created an issue in graphprotocol/graph-node that received 1 comment
Cursor-based GraphQL pagination
Do you want to request a feature or report a bug? feature What is the current behavior? Pagination is implemented on the root of every Query type, …