OBJECT

_Meta_

The type for the top-level _meta field

link GraphQL Schema definition

  • type _Meta_ {
  • # 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
  • block: _Block_!
  • # The deployment ID
  • deployment: String!
  • # If `true`, the subgraph encountered indexing errors at some past block
  • hasIndexingErrors: Boolean!
  • }