_Meta_
The type for the top-level _meta field
type _Meta_ {
block: _Block_!
deployment: String!
hasIndexingErrors: Boolean!
}
Fields
_Meta_.block
● _Block_!
non-null object
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
_Meta_.deployment
● String!
non-null scalar
The deployment ID
_Meta_.hasIndexingErrors
● Boolean!
non-null scalar
If true
, the subgraph encountered indexing errors at some past block