mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 00:24:08 +00:00
* feat: graphql query builder * fix: bug * improvements * fix * fix: playright test * fix * fix * improvements * chore: types * fix * chore: minimal error boundary * imp: use button component --------- Co-authored-by: Sid <siddharth@usebruno.com>
21 lines
261 B
YAML
21 lines
261 B
YAML
info:
|
|
name: test-graphql
|
|
type: graphql
|
|
seq: 1
|
|
|
|
graphql:
|
|
method: POST
|
|
url: https://graphql.anilist.co
|
|
body:
|
|
query: |-
|
|
|
|
variables: |-
|
|
{}
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|