_Meta_: {
    __typename?: "_Meta_";
    block: _Block_;
    deployment: Scalars["String"]["output"];
    hasIndexingErrors: Scalars["Boolean"]["output"];
}

The type for the top-level _meta field

Type declaration

  • Optional __typename?: "_Meta_"
  • block: _Block_

    Information about a specific subgraph block. The hash of the block will be null if the _meta field has a block constraint that asks for a block number. It will be filled if the _meta field has no block constraint and therefore asks for the latest block

  • deployment: Scalars["String"]["output"]

    The deployment ID

  • hasIndexingErrors: Scalars["Boolean"]["output"]

    If true, the subgraph encountered indexing errors at some past block

Generated using TypeDoc