-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path2. Insomnia BakersXChange GraphQL Calls.json
1 lines (1 loc) · 10.8 KB
/
2. Insomnia BakersXChange GraphQL Calls.json
1
{"_type":"export","__export_format":4,"__export_date":"2022-02-07T06:32:39.458Z","__export_source":"insomnia.desktop.app:v2021.7.2","resources":[{"_id":"req_9d2306c5588e4fffacdb6117890279fe","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644138271279,"created":1644121394821,"url":"https://localhost:5001/graphql/","name":"GetOrdersByDeliveryDate","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"query\\n{\\n\\torder (where : { orderDate : {gt: \\\"2020-01-01\\\" }} ){\\n\\t\\torderDate \\n\\t\\tdeliveryDate\\n\\t\\tcustomerId\\n\\t\\tproductOrders\\n\\t\\t{\\n\\t\\t\\tid\\n\\t\\t\\tbakerProductId\\n\\t\\t}\\n\\t}\\n}\\n\\t\\t\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644121394821,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"wrk_6904a9acdaf64642973c8db8d704019d","parentId":null,"modified":1644113521382,"created":1644113521382,"name":"BakersXChange","description":"","scope":"collection","_type":"workspace"},{"_id":"req_776a5c26d52a48469c8bf1542b8ec365","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644134800899,"created":1644122581490,"url":"https://localhost:5001/graphql/","name":"GetProductByName","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"{\\n product(where : { productName: { eq: \\\"Bread 97\\\" } }) {\\n\\t\\tproductName\\n\\t}\\n}\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644117463445.5,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_b33ea5b4baed485aaaec15ccafe6d655","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644137281535,"created":1644125062211,"url":"https://localhost:5001/graphql/","name":"GetBakerProductsProductByName","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"# # WORKS:\\n# {\\n# \\tproduct (where: { id : {eq: 4 }})\\n# \\t{\\n# \\t\\tproductName\\n# \\t\\t bakerProducts{\\n# \\t\\t\\tbakerId\\n# \\t\\t\\tproductId\\n\\t\\t\\t\\n# \\t\\t}\\n# \\t}\\n# }\\n\\n{\\n\\tproduct (where: { id : {eq: 4 }})\\n\\t{\\n\\t\\tproductName\\n\\t\\t bakerProducts{\\n\\t\\t\\tbakerId\\n\\t\\t\\tproductId\\n\\t\\t\\tproduct {\\n\\t\\t\\t\\tproductName\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\\n\\n\\n\\n# {\\n# bakerProduct (where: { product: { productName: { eq: \\\"Bread 97\\\" } }}) {\\n# \\t\\tproduct {\\n# \\t\\t\\tproductName\\n# \\t\\t}\\n# \\t}\\n# }\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644116480601.625,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_659da25291e640b498422ff6430e3469","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644135468444,"created":1644131038771,"url":"https://localhost:5001/graphql/","name":"GetProductOrdersByOrderId","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"{\\n\\torder (where: { id : {eq: 4 }})\\n\\t{\\n\\t\\torderDate\\n\\t\\tproductOrders {\\n\\t\\t\\tbakerProductId\\n\\t\\t}\\n\\t}\\n}\\n\\n\\n\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644116234890.6562,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_09a35cb0586f4d9fb7d08f5a35b339e5","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644130961043,"created":1644125631406,"url":"https://localhost:5001/graphql/","name":"GetBakerProducts","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"\\n\\n# \\t{\\n# \\t\\tbakerProduct (where: { id : {eq: 4 }}) {\\n# \\t\\t\\tbakerId\\n# \\t\\t\\tproductId\\n# \\t\\t\\t}\\n# \\t\\t}\\n\\t\\n\\t\\n\\t\\n\\n\\t{\\n\\t\\tbakerProduct {\\n\\t\\t\\tbakerId\\n\\t\\t\\tproductId\\n\\t\\t\\tproduct{\\n\\t\\t\\t\\tproductName\\n\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\n\\n# \\t{\\n# bakerProduct(where: { product: { productName: { eq: \\\"Bread 97\\\" } }}) {\\n# \\t\\tproduct{\\n# \\t\\t\\tproductName\\n# \\t\\t}\\n# \\t}\\n# }\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644115989179.6875,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_18fd071ab3ad4889b078099e42dbe0aa","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644138275884,"created":1644126299395,"url":"https://localhost:5001/graphql/","name":"GetAll","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"{\\n\\torder{\\n\\t\\torderDate\\n\\t\\tcustomerId\\n\\t\\tproductOrders {\\n\\t\\t\\tbakerProductId\\n\\t\\t\\tbakerProduct{\\n\\t\\t\\t\\tprice\\n\\t\\t\\t\\tpricingDate\\n\\t\\t\\t\\tproduct {\\n\\t\\t\\t\\tproductName\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tbaker {\\n\\t\\t\\t\\t\\tbakerName\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644115743468.7188,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_8d3065fd8d744f5f8294535ad477955e","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644215495669,"created":1644138288492,"url":"https://localhost:5001/graphql/","name":"GetAllByOrderDate","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"{\\n\\torder (where : { orderDate : {gt: \\\"2022-01-01\\\" }} ){\\n\\t\\torderDate\\n\\t\\tcustomerId\\n\\t\\tproductOrders {\\n\\t\\t\\tbakerProductId\\n\\t\\t\\tbakerProduct{\\n\\t\\t\\t\\tprice\\n\\t\\t\\t\\tpricingDate\\n\\t\\t\\t\\tproduct {\\n\\t\\t\\t\\tproductName\\n\\t\\t\\t\\t}\\n\\t\\t\\t\\tbaker {\\n\\t\\t\\t\\t\\tbakerName\\n\\t\\t\\t\\t}\\n\\t\\t\\t}\\n\\t\\t}\\n\\t}\\n}\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644115620613.2344,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_9bee5433f28849a4948b7f14086e91a8","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644215482586,"created":1644142247475,"url":"https://localhost:64448/graphql/","name":"GetAB.Net","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"{\\n\\tappTime (where : {startTime: { gt: \\\"2007-10-01\\\"}})\\n\\t{\\n\\t\\tstartTime\\n\\t\\tcustomTask\\n\\t}\\t\\n\\t\\ttask\\n\\t\\t{\\n\\t\\t\\tdescription\\n\\t\\t}\\n\\t\\tappCustomer\\n\\t\\t{\\n\\t\\t\\tcustomer\\n\\t\\t\\t{\\n\\t\\t\\t\\tfirstName\\n\\t\\t\\t\\tlastName\\n\\t\\t\\t}\\n\\t\\t}\\n\\t\\tappResource\\n\\t\\t{\\n\\t\\t\\tresource{\\n\\t\\t\\t\\tdisplayName\\n\\t\\t\\t}\\n\\t\\t}\\n}\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644115559185.4922,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_358a9f5c5ff84e6b9af73776f00e01f2","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644138201189,"created":1644123173090,"url":"https://localhost:5001/graphql/","name":"GetProductById","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"{\\n product(where : { id: { eq: 12 } }) {\\n productDescription\\n\\t}\\n}\\n\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_a76da0ff54234698bfba82d7a3289451"}],"authentication":{},"metaSortKey":-1644115497757.75,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"req_63a6fd122d53416eb2a938c1c134c2eb","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644121400227,"created":1644113532070,"url":"https://localhost:5001/graphql/","name":"AddProduct","description":"","method":"POST","body":{"mimeType":"application/graphql","text":"{\"query\":\"mutation{\\n\\taddProduct (input: { productName: \\\"Salad Roll\\\", productDescription : \\\"Tasty Salad Roll\\\" }\\n\\t)\\n\\t{product\\n\\t{\\n\\t\\tid\\n\\t}}\\n}\"}"},"parameters":[],"headers":[{"name":"Content-Type","value":"application/json","id":"pair_cdb2a0f95ed04eb6820836517c1fc485"}],"authentication":{},"metaSortKey":-1644113532070,"isPrivate":false,"settingStoreCookies":true,"settingSendCookies":true,"settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingRebuildPath":true,"settingFollowRedirects":"global","_type":"request"},{"_id":"env_861defa0514bff21ee858796633c05ce7951fc75","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644113521389,"created":1644113521389,"name":"Base Environment","data":{},"dataPropertyOrder":null,"color":null,"isPrivate":false,"metaSortKey":1644113521389,"_type":"environment"},{"_id":"jar_861defa0514bff21ee858796633c05ce7951fc75","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644113521390,"created":1644113521390,"name":"Default Jar","cookies":[],"_type":"cookie_jar"},{"_id":"spc_04602bcbd4a748aea7885e61c45f9d73","parentId":"wrk_6904a9acdaf64642973c8db8d704019d","modified":1644113521386,"created":1644113521386,"fileName":"BakersXChange","contents":"","contentType":"yaml","_type":"api_spec"}]}