mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-25 04:12:11 +00:00
25 lines
217 B
Plaintext
25 lines
217 B
Plaintext
meta {
|
|
name: sets
|
|
type: graphql
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{BASE_URL}}/v2/graphql
|
|
body: graphql
|
|
auth: none
|
|
}
|
|
|
|
body:graphql {
|
|
query Pouet {
|
|
sets {
|
|
id
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
}
|