{"id":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","name":"GraphQL and node","description":"","order":["66992697-fb1c-98a5-f9fb-35d877967544","cd6cef59-66c1-2ec7-9fc7-1e6079359b21","cfc6a4fb-bf03-12ad-88e3-e8ad6dfef727","bad2e301-03d3-951e-47f1-f8945b62547f","a3544ee3-2479-d7b2-6484-840ff419dd12","65c1abf6-43b2-f1cb-79d9-f3c3314f0d02","29bb2140-d4fb-2eff-262a-eefa15ebeeb9","6bad978e-10a3-e1bc-6b5b-413459e1369e"],"folders":[],"timestamp":1452618412369,"owner":"178181","remoteLink":"https://www.getpostman.com/collections/4a2b6fe97174396c522e","public":false,"requests":[{"id":"29bb2140-d4fb-2eff-262a-eefa15ebeeb9","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453225645948,"name":"Query: Get all comments for second post","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"query ($id: ID!) { comments(postId: $id) {text} }\",\n    \"variables\": {\n        \"id\": \"569e737bebd14d53eccef868\"\n    }\n}"},{"id":"65c1abf6-43b2-f1cb-79d9-f3c3314f0d02","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453225486475,"name":"Mutation: Add blog post 3 and add comment to post 2","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"mutation ($data: BlogPostInput!, $commentData: CommentInput!) { addBlogPost(data: $data) addComment(data: $commentData) }\",\n    \"variables\": {\n        \"data\": {\n            \"_id\": \"569e75fdebd14d53eccef869\",\n            \"title\": \"Third post\",\n            \"description\": \"My third post on my blog\"\n        },\n        \"commentData\": {\n            \"_id\": \"569e7603ebd14d53eccef86a\",\n            \"postId\": \"569e737bebd14d53eccef868\",\n            \"text\": \"Comment on the second blog post\"\n        }\n    }\n}"},{"id":"66992697-fb1c-98a5-f9fb-35d877967544","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453224790887,"name":"Mutation: Add blog post","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"mutation ($data: BlogPostInput!) { addBlogPost(data: $data) }\",\n    \"variables\": {\n        \"data\": {\n            \"_id\": \"569e72a7ebd14d53eccef867\",\n            \"title\": \"First post\",\n            \"description\": \"My first post on my blog\"\n        }\n    }\n}"},{"id":"6bad978e-10a3-e1bc-6b5b-413459e1369e","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453226006507,"name":"Mutation: Remove all blog posts and comments","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"mutation { removeAllBlogPosts removeAllComments }\"\n}"},{"id":"a3544ee3-2479-d7b2-6484-840ff419dd12","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453225156181,"name":"Query: Get first blog post","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"query ($id: ID!) { blogPost(id: $id) {title, description} }\",\n    \"variables\": {\n        \"id\": \"569e72a7ebd14d53eccef867\"\n    }\n}"},{"id":"bad2e301-03d3-951e-47f1-f8945b62547f","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453224970152,"name":"Query: Get all blog posts all fields","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"query { blogPosts { _id, title, description } }\"\n}"},{"id":"cd6cef59-66c1-2ec7-9fc7-1e6079359b21","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453224974869,"name":"Mutation: Add blog post 2","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"mutation ($data: BlogPostInput!) { addBlogPost(data: $data) }\",\n    \"variables\": {\n        \"data\": {\n            \"_id\": \"569e737bebd14d53eccef868\",\n            \"title\": \"Second post\",\n            \"description\": \"My second post on my blog\"\n        }\n    }\n}"},{"id":"cfc6a4fb-bf03-12ad-88e3-e8ad6dfef727","headers":"Content-Type: application/json\n","url":"http://localhost:8080/graphql","preRequestScript":"","pathVariables":{},"method":"POST","data":[],"dataMode":"raw","version":2,"tests":"","currentHelper":"normal","helperAttributes":{},"time":1453224972126,"name":"Query: Get all blog posts (with title only)","description":"","collectionId":"c3abf0f5-bd1a-9f76-fcba-9fca2a530da0","responses":[],"rawModeData":"{\n    \"query\": \"query { blogPosts { title } }\"\n}"}]}