{ "info": { "_postman_id": "f2ea590e-0e04-4837-a0a9-e5f976e0ee6b", "name": "Xledger Connectivity test", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "_exporter_id": "19231480" }, "item": [ { "name": "Add Company", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "graphql", "graphql": { "query": "mutation {\r\n addCompanies(inputs: {node: {description: \"\"}}) {\r\n edges {\r\n node {\r\n dbId\r\n }\r\n }\r\n }\r\n}\r\n", "variables": "" } }, "url": { "raw": "https://demo.xledger.net/graphql", "protocol": "https", "host": [ "demo", "xledger", "net" ], "path": [ "graphql" ] } }, "response": [] }, { "name": "Add Customer", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "graphql", "graphql": { "query": "mutation{\r\n addCustomers(inputs:{node:{\r\n description: \"\"\r\n company: {dbId: }\r\n }}) {\r\n edges {\r\n node {\r\n dbId\r\n }\r\n }\r\n }\r\n}", "variables": "" } }, "url": { "raw": "https://demo.xledger.net/graphql", "protocol": "https", "host": [ "demo", "xledger", "net" ], "path": [ "graphql" ] } }, "response": [] }, { "name": "Get Customer", "request": { "auth": { "type": "noauth" }, "method": "POST", "header": [], "body": { "mode": "graphql", "graphql": { "query": "{\r\n customer(dbId: \"\") {\r\n dbId\r\n description\r\n company {\r\n description\r\n }\r\n }\r\n}\r\n", "variables": "" } }, "url": { "raw": "https://demo.xledger.net/graphql", "protocol": "https", "host": [ "demo", "xledger", "net" ], "path": [ "graphql" ] } }, "response": [] } ], "event": [ { "listen": "prerequest", "script": { "type": "text/javascript", "exec": [ "" ] } }, { "listen": "test", "script": { "type": "text/javascript", "exec": [ "" ] } } ] }