mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-23 11:22:10 +00:00
fix: Fix Resistance and Weaknesses GQL being incorrect type (#168)
This commit is contained in:
parent
64f107ca01
commit
3b8e87e284
@ -77,7 +77,7 @@ type Card {
|
|||||||
name: String!
|
name: String!
|
||||||
rarity: String!
|
rarity: String!
|
||||||
regulationMark: String
|
regulationMark: String
|
||||||
resistances: [[WeakResListItem]]
|
resistances: [WeakResListItem]
|
||||||
retreat: Float
|
retreat: Float
|
||||||
set: Set!
|
set: Set!
|
||||||
stage: String
|
stage: String
|
||||||
@ -85,7 +85,7 @@ type Card {
|
|||||||
trainerType: String
|
trainerType: String
|
||||||
types: [String]
|
types: [String]
|
||||||
variants: Variants
|
variants: Variants
|
||||||
weaknesses: [[WeakResListItem]]
|
weaknesses: [WeakResListItem]
|
||||||
}
|
}
|
||||||
|
|
||||||
type AbilitiesListItem {
|
type AbilitiesListItem {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user