mirror of
https://github.com/usebruno/bruno.git
synced 2025-08-16 17:51:47 +02:00
feat: bruno lang - parse graphql body
This commit is contained in:
@ -19,13 +19,13 @@ headers
|
||||
|
||||
body(type=json)
|
||||
{
|
||||
apikey: "secret",
|
||||
numbers: "+91998877665",
|
||||
data: {
|
||||
sender: "TXTLCL",
|
||||
messages: [{
|
||||
numbers: "+91998877665",
|
||||
message: "Hello World"
|
||||
"apikey": "secret",
|
||||
"numbers": "+91998877665",
|
||||
"data": {
|
||||
"sender": "TXTLCL",
|
||||
"messages": [{
|
||||
"numbers": "+91998877665",
|
||||
"message": "Hello World"
|
||||
}]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user