Skip to content

Commit

Permalink
feature: Add selling price for fish
Browse files Browse the repository at this point in the history
Closes #18
  • Loading branch information
kezz authored Feb 10, 2025
1 parent c42c9b2 commit a5d8cd6
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 @@ -42,6 +42,9 @@ type Fish {

"The number of trophies awarded for catching this fish in a given weight."
trophies(weight: FishWeight!): Int

"The number of A.N.G.L.R. Tokens given for selling this fish in a given weight."
sellingPrice(weight: FishWeight!): Int
}

"The time a fish can be caught in."
Expand Down

0 comments on commit a5d8cd6

Please sign in to comment.