Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
162 changes: 162 additions & 0 deletions .bruno/graphql/v3/cards - serie.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,162 @@
meta {
name: cards > serie
type: graphql
seq: 1
}

post {
url: {{BASE_URL}}/v3/graphql
body: graphql
auth: inherit
}

body:graphql {
query MyQuery {
cards(filters: { id: "eq:base1-1" }) {
abilities {
name
effect
type
}
attacks {
name
damage
effect
cost
}
category
description
dexId
effect
energyType
evolveFrom
hp
id
illustrator
image
item {
effect
name
}
legal {
expanded
standard
}
level
localId
name
rarity
regulationMark
resistances {
type
value
}
retreat
set {
id
name
logo
symbol
serie {
id
logo
name
sets {
id
}
}
tcgOnline
releaseDate
# legal {
# standard,
# expanded
# }

cardCount {
firstEd
holo
normal
official
reverse
total
}
cards {
id
}
boosters {
id
name
logo
artwork_front
artwork_back
}
}
stage
suffix
trainerType
types
variants {
firstEdition
holo
normal
reverse
wPromo
}
variants_detailed {
type
size
stamps
foil
}
boosters {
id
name
logo
artwork_front
artwork_back
}
weaknesses {
type
value
}
pricing {
cardmarket {
updated
unit
idProduct
avg
low
trend
avg1
avg7
avg30
avgHolo
lowHolo
trendHolo
avg1Holo
avg7Holo
avg30Holo
}
tcgplayer {
updated
unit
prices {
productId
name
lowPrice
midPrice
highPrice
marketPrice
directLowPrice
}
}
}
}
}

}

settings {
encodeUrl: true
timeout: 0
}
8 changes: 8 additions & 0 deletions .bruno/graphql/v3/folder.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
meta {
name: v3
seq: 7
}

auth {
mode: inherit
}
29 changes: 29 additions & 0 deletions .bruno/graphql/v3/multi-lang support series.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
meta {
name: multi-lang support series
type: graphql
seq: 5
}

post {
url: {{BASE_URL}}/v3/graphql
body: graphql
auth: inherit
}

body:graphql {
query {
series(filters: { id: "eq:base" }) {
id
locales(langs: ["en", "fr", "de"]) {
lang
name
}
}
}

}

settings {
encodeUrl: true
timeout: 0
}
29 changes: 29 additions & 0 deletions .bruno/graphql/v3/multi-lang support set.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
meta {
name: multi-lang support set
type: graphql
seq: 4
}

post {
url: {{BASE_URL}}/v3/graphql
body: graphql
auth: inherit
}

body:graphql {
query {
sets(filters: { id: "eq:base1" }) {
id
locales(langs: ["en", "fr", "de"]) {
lang
name
}
}
}

}

settings {
encodeUrl: true
timeout: 0
}
36 changes: 36 additions & 0 deletions .bruno/graphql/v3/multi-lang support.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
meta {
name: multi-lang support
type: graphql
seq: 3
}

post {
url: {{BASE_URL}}/v3/graphql
body: graphql
auth: inherit
}

body:graphql {
query {
cards(filters: { id: "eq:base1-1" }) {
id
locales(langs: ["en", "fr", "de"]) {
lang
name
attacks {
name
damage
effect
cost
}
description
}
}
}

}

settings {
encodeUrl: true
timeout: 0
}
Loading
Loading