mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-28 07:04:10 +00:00
21 lines
268 B
YAML
21 lines
268 B
YAML
info:
|
|
name: test-graphql
|
|
type: graphql
|
|
seq: 1
|
|
|
|
graphql:
|
|
method: POST
|
|
url: http://localhost:8081/api/graphql
|
|
body:
|
|
query: |-
|
|
|
|
variables: |-
|
|
{}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|