mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add Github Table as SVG (#232)
This commit is contained in:
@ -64,6 +64,7 @@ type Card {
|
||||
category: String!
|
||||
description: String
|
||||
dexId: [Float]
|
||||
effect: String
|
||||
energyType: String
|
||||
evolveFrom: String
|
||||
hp: Float
|
||||
@ -86,6 +87,8 @@ type Card {
|
||||
types: [String]
|
||||
variants: Variants
|
||||
weaknesses: [WeakResListItem]
|
||||
# Currently not in any cards
|
||||
# weight: String!
|
||||
}
|
||||
|
||||
type AbilitiesListItem {
|
||||
@ -137,6 +140,7 @@ type Set {
|
||||
symbol: String
|
||||
serie: Serie!
|
||||
releaseDate: String!
|
||||
tcgOnline: String
|
||||
}
|
||||
|
||||
type CardCount {
|
||||
|
Reference in New Issue
Block a user