Skip to content

Commit

Permalink
feature: Add equipped cosmetics to collections
Browse files Browse the repository at this point in the history
Closes #6
  • Loading branch information
kezz authored Dec 11, 2024
1 parent b1608c2 commit c6f5c0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,9 @@ type Collections {
"The player's earned currency."
currency: Currency!

"A list of cosmetics the player currently has equipped."
equippedCosmetics: [Cosmetic!]!

"Returns the ownership state of all cosmetics, optionally in a category and/or collection."
cosmetics(
category: CosmeticCategory = null,
Expand Down

0 comments on commit c6f5c0c

Please sign in to comment.