Skip to content

Commit

Permalink
fix: nullable metadataHash
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmardefago committed Sep 11, 2023
1 parent 9192898 commit 76197ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 76197ae

Please sign in to comment.