docs
docs copied to clipboard
Documentation for The Graph
Removes husky pre-push commits and just rely on CI jobs for linting/formatting/type checking
In this table: https://thegraph.com/docs/en/developing/supported-networks/ Expected: 80002 Found: 8002 Looking at [the code that generates the page](https://github.com/graphprotocol/docs/blob/main/website/src/supportedNetworks.tsx), this value is in a database, and I'm not sure if I can submit...
Per [GraphQL docs](https://graphql.org/learn/schema/#scalar-types), the "Int" type is a signed 32-bit integer. The Graph Node docs currently say it has a size of 32 bytes (might be a typo or something).
Currently the graphprotocol docs specify double quotations `""` for comments in GraphQL. According to the GraphQL spec, '#' are used for comments, not double quotes. See the GraphQL spec on...
This would prevent issues like the one fixed by PR #604
- Update subgraph curation recommendation