Assets

A Fuel index is constructed of a few assets: a manifest file, a GraphQL schema file, and a WASM module.

  • Manifest
    • Supplies metadata regarding how a given index should be built and run.
  • Schema
    • A GraphQL schema file that defines your index data model via GraphQL types.
  • Module
    • A compiled WASM binary index that gets registered into a Fuel indexer at runtime.