Skip to content

Commit ca6805a

Browse files
committed
Add missing non-null qualifier
1 parent 492ef10 commit ca6805a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/cgg-schema.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{:BoardGame
33
{:description "A physical or virtual board game."
44
:fields
5-
{:id {:type ID}
5+
{:id {:type (non-null ID)}
66
:name {:type (non-null String)}
77
:summary {:type String
88
:description "A one-line summary of the game."}

0 commit comments

Comments
 (0)