diff --git a/graphql/schema.go b/graphql/schema.go index 01af7d7c7f..87114bf2d2 100644 --- a/graphql/schema.go +++ b/graphql/schema.go @@ -169,7 +169,7 @@ const schema string = ` # this is equivalent to TxType || ReceiptEncoding. rawReceipt: Bytes! # BlobVersionedHashes is a set of hash values contained in the blob transaction. - blobVersionedHashes: [Bytes32] + blobVersionedHashes: [Bytes32!] } # BlockFilterCriteria encapsulates log filter criteria for a filter applied