GraphQL Schema - VersionCode is case-insensitive

This commit is contained in:
Dawid Wysokiński 2021-01-02 13:06:57 +01:00
parent 47aca26fd1
commit 2448eebdf0
2 changed files with 38 additions and 0 deletions

View File

@ -4492,24 +4492,43 @@ type UnitConfig {
`, BuiltIn: false},
{Name: "schema/version.graphql", Input: `enum VersionCode {
PL
pl
EN
en
DE
de
UK
uk
IT
it
FR
fr
US
us
NL
nl
ES
es
RO
ro
RU
ru
GR
gr
TR
tr
CS
cs
CH
ch
PT
pt
BR
br
HU
hu
SK
sk
}
type Version {

View File

@ -1,23 +1,42 @@
enum VersionCode {
PL
pl
EN
en
DE
de
UK
uk
IT
it
FR
fr
US
us
NL
nl
ES
es
RO
ro
RU
ru
GR
gr
TR
tr
CS
cs
CH
ch
PT
pt
BR
br
HU
hu
SK
sk
}
type Version {