We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1608c2 commit c6f5c0cCopy full SHA for c6f5c0c
schema.graphqls
@@ -143,6 +143,9 @@ type Collections {
143
"The player's earned currency."
144
currency: Currency!
145
146
+ "A list of cosmetics the player currently has equipped."
147
+ equippedCosmetics: [Cosmetic!]!
148
+
149
"Returns the ownership state of all cosmetics, optionally in a category and/or collection."
150
cosmetics(
151
category: CosmeticCategory = null,
0 commit comments