From 76197ae75cb56eed797930400e9778e8ba93c4b9 Mon Sep 17 00:00:00 2001 From: Juan Manuel Rodriguez Defago Date: Wed, 7 Jun 2023 19:48:29 -0300 Subject: [PATCH] fix: nullable metadataHash --- schema.graphql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema.graphql b/schema.graphql index 5750db17..dbf194ca 100644 --- a/schema.graphql +++ b/schema.graphql @@ -441,7 +441,7 @@ type Subgraph @entity { # Metadata from IPFS linked in GNS. For backwards compatibility we duplicate it "Subgraph metadata" - metadataHash: Bytes! + metadataHash: Bytes "Subgraph metadata ipfs hash and entity" metadata: SubgraphMetadata "Short description of the subgraph" @@ -535,7 +535,7 @@ type SubgraphVersion @entity { "Creation timestamp" createdAt: Int! - metadataHash: Bytes! + metadataHash: Bytes # Metadata from IPFS linked in GNS metadata: SubgraphVersionMetadata "Short description of the version"