6 "name": "ForumAPIServer"
10 "description": "a request to list the forums",
15 "content-type": "application/json"
18 "operationName": "GetForums",
19 "query": "query GetForums {\n forums {\n id\n glyph\n label\n position\n __typename\n }\n }",
26 "regex": "query\\s*GetForums\\s*\\{\\s*forums\\s*\\{\\s*id\\s*glyph\\s*label\\s*position\\s*__typename\\s*\\}\\s*\\}"
33 "Content-Type": "application/json; charset=utf-8"
41 "label": "test_forums.butter",
48 "$.body.data.forums": {
51 "$.body.data.forums[*].*": {
54 "$.body.data.forums[*].id": {
57 "$.body.data.forums[*].glyph": {
60 "$.body.data.forums[*].label": {
63 "$.body.data.forums[*].position": {
71 "pactSpecification": {