Subgraph Developer Tools

The Subgraph Uncrashable Tool

Prevent unnecessary issues caused by bugs in your subgraph

Introduction to Subgraph Uncrashable

Tl;dr our framework generates helper functions from your project’s GraphQL schema that make common subgraph bugs impossible.

Subgraphs built on this framework won’t crash unless you want them to.

Subgraph Uncrashable by Float is a code generation tool that integrates with any subgraph and ensures continuous uptime of your subgraph by making your subgraph uncrashable 🚀

Why integrate with Subgraph Uncrashable?

Installation

Subgraph Uncrashable is available as a standalone npm package or using the Graph CLI as an optional flag.

Graph CLI

Copy to Clipboard

Run the graph uncrashable codegen via the Graph CLI:

Copy to Clipboard

Standalone npm package

npm

Copy to Clipboard

Yarn

Copy to Clipboard

Run the graph uncrashable codegen as a standalone package:

Copy to Clipboard

Go Back

Developer Knowledge Hub