mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-25 09:23:17 +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
|
|
}
|