From 3e272162cd3cc5e37ca572f959dfc3b04eef1564 Mon Sep 17 00:00:00 2001 From: jsvisa Date: Tue, 22 Aug 2023 12:06:18 +0800 Subject: [PATCH] graphql: blob hash inner is required Signed-off-by: jsvisa --- graphql/schema.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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