Skip to content

Commit aaa1e3a

Browse files
authored
Update graphql-subscription-oob.yaml
1 parent 73ef395 commit aaa1e3a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

graphql-subscription-oob.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ http:
2626
- "{{BaseURL}}/api/graphql"
2727
- "{{BaseURL}}/v1/graphql"
2828
- "{{BaseURL}}/query"
29-
29+
3030
headers:
3131
Content-Type: application/json
3232
Accept: application/json
33-
33+
3434
body: |
3535
{
3636
"query": "subscription { __schema { subscriptionType { fields { name description args { name type { name } } } } } }",
3737
"variables": {}
3838
}
39-
39+
4040
matchers-condition: and
4141
matchers:
4242
- type: word
@@ -56,11 +56,11 @@ http:
5656
- "{{BaseURL}}/api/graphql"
5757
- "{{BaseURL}}/v1/graphql"
5858
- "{{BaseURL}}/query"
59-
59+
6060
headers:
6161
Content-Type: application/json
6262
Accept: application/json
63-
63+
6464
body: |
6565
{
6666
"query": "mutation RegisterWebhook($url: String!) { registerWebhook(callbackUrl: $url) { id status } }",
@@ -75,11 +75,11 @@ http:
7575
- "{{BaseURL}}/api/graphql"
7676
- "{{BaseURL}}/v1/graphql"
7777
- "{{BaseURL}}/query"
78-
78+
7979
headers:
8080
Content-Type: application/json
8181
Accept: application/json
82-
82+
8383
body: |
8484
{
8585
"query": "mutation CreateSubscription($callback: String!) { createSubscription(webhookUrl: $callback) { subscriptionId } }",
@@ -94,11 +94,11 @@ http:
9494
- "{{BaseURL}}/api/graphql"
9595
- "{{BaseURL}}/v1/graphql"
9696
- "{{BaseURL}}/query"
97-
97+
9898
headers:
9999
Content-Type: application/json
100100
Accept: application/json
101-
101+
102102
body: |
103103
{
104104
"query": "mutation ImportSchema($url: String!) { importSchema(schemaUrl: $url) { success errors } }",
@@ -113,4 +113,4 @@ http:
113113
words:
114114
- "http"
115115
- "dns"
116-
condition: or
116+
condition: or

0 commit comments

Comments
 (0)