Skip to content

Commit 585cba7

Browse files
Merge pull request #5 from kleros/fix/schema-doc-item-id-typo
chore: fix typo for id field of item
2 parents 5926e9c + 7688b8e commit 585cba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ type MetaEvidence @entity {
4848
}
4949

5050
type Item @entity {
51-
"The id of the item in the subgraph entity. Format: <listaddress>@<itemID>"
51+
"The id of the item in the subgraph entity. Format: <itemID>@<listaddress_lowercase>"
5252
id: ID!
5353
"The ID of the item in the registry. Also the keccak256 hash of the data."
5454
itemID: Bytes!

0 commit comments

Comments
 (0)