graph-tooling icon indicating copy to clipboard operation
graph-tooling copied to clipboard

Monorepo for various tools used by subgraph developers.

Results 207 graph-tooling issues
Sort by recently updated
recently updated
newest added

When a function has a custom object type definition and it contains a string interpolation value the compiler hangs with no output. To replicate: ```typescript export function example(): { id:...

area/codegen

Heya, let me know if this is a good feature or not. Essentially I think we should have the ability to set a `stopBlock` to a subgraph when listening to...

### Which packages are impacted by your issue? @graphprotocol/graph-cli ### Describe the issue It would be helpful to be able to set a custom path to the `matchstick.yaml` file. At...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the feature request We often need to perform an "is not zero check", e.g. ```typescript event.transaction.value.isZero() === false ```...

bug

### Which packages are impacted by your issue? @graphprotocol/graph-ts ### Describe the issue I am getting these type errors: ``` apps/flow/generated/templates.ts:9:14 - error TS2417: Class static side 'typeof ContractFlow' incorrectly...

bug

As reported by @cmwhited initing a subgraph in pnpm workspace fails when `packageManager` is set: ``` ✖ Failed to install dependencies: Command failed: yarn This project is configured to use...