mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-29 03:13:45 +01:00
25 lines
229 B
Plaintext
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
|
||
|
}
|