Highlights
- Pro
- 72 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. -
B2o5T/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,690 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 1 commit in 1 repository
Created 1 repository
- dotansimha/docs TypeScript
Created a pull request in graphprotocol/docs that received 3 comments
Added docs for new input filters available in graph-node
Documentation for: graphprotocol/graph-node#3294 graphprotocol/graph-node#3186
Opened 1 other pull request in 1 repository
graphprotocol/graph-node
1
open
Reviewed 5 pull requests in 5 repositories
prisma-labs/graphql-request
1 pull request
graphql/graphql-js
1 pull request
the-guild-org/the-guild-components
1 pull request
graphprotocol/graph-client
1 pull request
graphql/graphiql
1 pull request
Created an issue in graphprotocol/graph-client that received 1 comment
Research possible support for indexer/admin GraphQL endpoints
This architecture is really awesome. if we could have a health-check endpoint to get chainHeadBlock, its also helpful.
I think the following is an …