bruno/packages/bruno-tests/collection/graphql/spacex.bru
2024-02-27 23:48:03 +05:30

25 lines
229 B
Plaintext

meta {
name: spacex
type: graphql
seq: 1
}
post {
url: https://spacex-production.up.railway.app/
body: graphql
auth: none
}
body:graphql {
{
company {
ceo
}
}
}
assert {
res.status: eq 200
}