-
Notifications
You must be signed in to change notification settings - Fork 1
/
insomnia.json
1 lines (1 loc) · 9.46 KB
/
insomnia.json
1
{"_type":"export","__export_format":4,"__export_date":"2020-05-10T21:29:32.512Z","__export_source":"insomnia.desktop.app:v7.1.1","resources":[{"_id":"req_690d3b9818b543dab37f0d3c0da7cfa0","authentication":{},"body":{"mimeType":"application/graphql","text":"{\"query\":\"query IntrospectionQuery {\\n __schema {\\n queryType { name }\\n mutationType { name }\\n subscriptionType { name }\\n types {\\n ...FullType\\n }\\n directives {\\n name\\n description\\n locations\\n args {\\n ...InputValue\\n }\\n }\\n }\\n }\\n\\n fragment FullType on __Type {\\n kind\\n name\\n description\\n fields(includeDeprecated: true) {\\n name\\n description\\n args {\\n ...InputValue\\n }\\n type {\\n ...TypeRef\\n }\\n isDeprecated\\n deprecationReason\\n }\\n inputFields {\\n ...InputValue\\n }\\n interfaces {\\n ...TypeRef\\n }\\n enumValues(includeDeprecated: true) {\\n name\\n description\\n isDeprecated\\n deprecationReason\\n }\\n possibleTypes {\\n ...TypeRef\\n }\\n }\\n\\n fragment InputValue on __InputValue {\\n name\\n description\\n type { ...TypeRef }\\n defaultValue\\n }\\n\\n fragment TypeRef on __Type {\\n kind\\n name\\n ofType {\\n kind\\n name\\n ofType {\\n kind\\n name\\n ofType {\\n kind\\n name\\n ofType {\\n kind\\n name\\n ofType {\\n kind\\n name\\n ofType {\\n kind\\n name\\n ofType {\\n kind\\n name\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\"}"},"created":1583620916188,"description":"","headers":[{"name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1583620916188,"method":"POST","modified":1583662328332,"name":"schema","parameters":[],"parentId":"wrk_f19d0037629d47768559506967ab246a","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:4000/","_type":"request"},{"_id":"wrk_f19d0037629d47768559506967ab246a","created":1578500760908,"description":"","modified":1578500760908,"name":"kempelen","parentId":null,"_type":"workspace"},{"_id":"req_eedc4670144f44a39be3f749c93694ea","authentication":{},"body":{"mimeType":"application/graphql","text":"{\"query\":\"query {\\n accounts {\\n id\\n email\\n username\\n name\\n insertedAt\\n updatedAt\\n }\\n}\"}"},"created":1578500760932,"description":"","headers":[{"name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1574983004001,"method":"POST","modified":1586139407768,"name":"accounts","parameters":[],"parentId":"wrk_f19d0037629d47768559506967ab246a","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:4000/","_type":"request"},{"_id":"req_c43c2f589bc9454baf1a6a8829797a6b","authentication":{},"body":{"mimeType":"application/graphql","text":"{\"query\":\"query {\\n games {\\n id\\n insertedAt\\n updatedAt\\n }\\n}\"}"},"created":1581926057990,"description":"","headers":[{"name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1574983003988.5,"method":"POST","modified":1583718938577,"name":"games","parameters":[],"parentId":"wrk_f19d0037629d47768559506967ab246a","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:4000/","_type":"request"},{"_id":"req_c6fbd704af2644e38d8b3b14d15f81b9","authentication":{},"body":{"mimeType":"application/graphql","text":"{\"query\":\"mutation {\\n createAccount(\\n input: {email: \\\"[email protected]\\\", password: \\\"password\\\"}\\n ) {\\n id\\n email\\n username\\n name\\n insertedAt\\n updatedAt\\n }\\n}\"}"},"created":1578500760929,"description":"","headers":[{"name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1574983003976,"method":"POST","modified":1589146132398,"name":"createAccount","parameters":[],"parentId":"wrk_f19d0037629d47768559506967ab246a","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:4000/graphql","_type":"request"},{"_id":"req_cd56625480834ff4bc9e9213ff482381","authentication":{},"body":{"mimeType":"application/graphql","text":"{\"query\":\"mutation grantAdministrationPowers($accountId: ID!) {\\n grantAdministrationPowers(\\n accountId: $accountId\\n ) {\\n id\\n email\\n username\\n name\\n insertedAt\\n updatedAt\\n }\\n}\",\"variables\":{\"accountId\":\"{% response 'body', 'req_eedc4670144f44a39be3f749c93694ea', 'b64::JC5kYXRhLmFjY291bnRzLjAuaWQ=::46b', 'no-history' %}\"},\"operationName\":\"grantAdministrationPowers\"}"},"created":1578501164923,"description":"","headers":[{"name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1574983003969.75,"method":"POST","modified":1583718947010,"name":"grantAdministrationPowers","parameters":[],"parentId":"wrk_f19d0037629d47768559506967ab246a","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:4000/graphql","_type":"request"},{"_id":"req_3af37e7e58ab41918ef4cb627a694723","authentication":{},"body":{"mimeType":"application/graphql","text":"{\"query\":\"query account($id: ID!) {\\n account(id: $id) {\\n id\\n email\\n username\\n name\\n insertedAt\\n updatedAt\\n }\\n}\\n\",\"variables\":{\"id\":\"{% response 'body', 'req_eedc4670144f44a39be3f749c93694ea', 'b64::JC5kYXRhLmFjY291bnRzLjAuaWQ=::46b', 'no-history' %}\"},\"operationName\":\"account\"}"},"created":1578500760936,"description":"","headers":[{"name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1574983003963.5,"method":"POST","modified":1586139454743,"name":"account","parameters":[],"parentId":"wrk_f19d0037629d47768559506967ab246a","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:4000/","_type":"request"},{"_id":"req_18ad70952ebf453eadc54b59f95c2ae3","authentication":{},"body":{"mimeType":"application/graphql","text":"{\"query\":\"mutation {\\n createSession(\\n email: \\\"[email protected]\\\",\\n password: \\\"password\\\"\\n ) {\\n id\\n }\\n}\"}"},"created":1578500761009,"description":"","headers":[{"name":"Content-Type","value":"application/json"}],"isPrivate":false,"metaSortKey":-1574983003957.25,"method":"POST","modified":1589146138687,"name":"createSession","parameters":[],"parentId":"wrk_f19d0037629d47768559506967ab246a","settingDisableRenderRequestBody":false,"settingEncodeUrl":true,"settingFollowRedirects":"global","settingRebuildPath":true,"settingSendCookies":true,"settingStoreCookies":true,"url":"http://localhost:4000/graphql","_type":"request"},{"_id":"env_ff5bd45a30604f7f8db9cc63bb5f3823","color":null,"created":1578500760912,"data":{},"dataPropertyOrder":null,"isPrivate":false,"metaSortKey":1534102706640,"modified":1578500760912,"name":"New Environment","parentId":"wrk_f19d0037629d47768559506967ab246a","_type":"environment"},{"_id":"jar_ac35b49ac8fb409e9a89d649799e4614","cookies":[{"creation":"2020-01-01T00:04:24.795Z","domain":"localhost","hostOnly":true,"httpOnly":true,"id":"8517321049624169","key":"_poutineer_key","lastAccessed":"2020-01-01T00:22:25.317Z","path":"/","value":"SFMyNTY.g3QAAAABbQAAAApzZXNzaW9uX2lkbQAAACRlNzg2OTQ2OS01Njg2LTQ4NTMtYmRjYS0xMTcwOTdjZDQyYzQ.Zpshhti0TsfpkChnVpFRqP56Hjqu06gT072XKslBU7s"},{"creation":"2020-04-06T03:34:43.929Z","domain":"localhost","hostOnly":true,"httpOnly":true,"id":"5941040789541061","key":"_blank_key","lastAccessed":"2020-04-06T03:34:43.929Z","path":"/","value":"SFMyNTY.g3QAAAABbQAAAApzZXNzaW9uX2lkbQAAACRhZDYyNmE3MC02Y2ZkLTRiMTctOWM1ZC00ZjU5ZTU5ZWZiYTM.TThzPMXUyvEp-joLK0382_bA8TtdPIaFLXF6GHhvxHc"}],"created":1578500760924,"modified":1586144083930,"name":"Default Jar","parentId":"wrk_f19d0037629d47768559506967ab246a","_type":"cookie_jar"},{"_id":"env_1bd060ec3bce4c9bb66db02c53f57575","color":null,"created":1578500760914,"data":{"location":"https://resources.poutineer.com"},"dataPropertyOrder":null,"isPrivate":false,"metaSortKey":1534102709230,"modified":1578500760914,"name":"production","parentId":"env_ff5bd45a30604f7f8db9cc63bb5f3823","_type":"environment"},{"_id":"env_dc9ac134f5ab43fc88dfd95871191096","color":null,"created":1578500760917,"data":{"location":"0.0.0.0:4000"},"dataPropertyOrder":{"&":["location"]},"isPrivate":false,"metaSortKey":1534102734378,"modified":1578501126221,"name":"development","parentId":"env_ff5bd45a30604f7f8db9cc63bb5f3823","_type":"environment"}]}