We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9e63ec + 2ecd3a9 commit 017cc4bCopy full SHA for 017cc4b
.github/workflows/branch-deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
21
- - uses: github/branch-deploy@348f43a4ff59d657daafbdadc95a483462736569 # pin@v2.1.1
+ - uses: github/branch-deploy@e01d5aa54a277a8f36d6954c5ed5a29e35d27097 # pin@v2.2.0
22
id: branch-deploy
23
with:
24
admins: the-hideout/core-contributors
schema.js
@@ -130,6 +130,7 @@ type GameProperty {
130
131
type FleaMarket implements Vendor {
132
name: String!
133
+ normalizedName: String!
134
minPlayerLevel: Int!
135
enabled: Boolean!
136
sellOfferFeeRate: Float!
0 commit comments