1
0
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:
2022-01-19 11:29:27 +01:00
committed by GitHub
parent fbde4a9b5f
commit 97a521ddac
4 changed files with 90 additions and 11 deletions

View File

@ -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 {