2 minutos
Generador de código de subgrafo seguro
Subgraph Uncrashable is a code generation tool that generates a set of helper functions from the graphql schema of a project. It ensures that all interactions with entities in your subgraph are completely safe and consistent.
¿Por qué integrarse con Subgraph Uncrashable?
-
Continuous Uptime. Mishandled entities may cause subgraphs to crash, which can be disruptive for projects that are dependent on The Graph. Set up helper functions to make your subgraphs “uncrashable” and ensure business continuity.
-
Completely Safe. Common problems seen in subgraph development are issues of loading undefined entities, not setting or initializing all values of entities, and race conditions on loading and saving entities. Ensure all interactions with entities are completely atomic.
-
User Configurable Set default values and configure the level of security checks that suits your individual project’s needs. Warning logs are recorded indicating where there is a breach of subgraph logic to help patch the issue to ensure data accuracy.
Key Features
-
The code generation tool accommodates all subgraph types and is configurable for users to set sane defaults on values. The code generation will use this config to generate helper functions that are to the users specification.
-
El marco también incluye una forma (a través del archivo de configuración) para crear funciones de establecimiento personalizadas, pero seguras, para grupos de variables de entidad. De esta forma, es imposible que el usuario cargue/utilice una entidad gráfica obsoleta y también es imposible olvidarse de guardar o configurar una variable requerida por la función.
-
Warning logs are recorded as logs indicating where there is a breach of subgraph logic to help patch the issue to ensure data accuracy.
Subgraph Uncrashable se puede ejecutar como un indicador opcional mediante el comando codegen Graph CLI.
1graph codegen -u [options] [<subgraph-manifest>]
Visit the subgraph uncrashable documentation or watch this video tutorial to learn more and to get started with developing safer subgraphs.