{"info":{"_postman_id":"fad76adc-7880-4a46-acd0-0307ae640a23","name":"Magento 2 Blog GraphQL & examples","description":"<html><head></head><body><p>How to use Magento 2 Blog GraphQL and its examples</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"10589000","collectionId":"fad76adc-7880-4a46-acd0-0307ae640a23","publishedId":"SzS1T8pe","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-12T04:39:31.000Z"},"item":[{"name":"Get Post List","id":"87928541-8ef0-43db-983b-5fd695fcd558","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(action: \"get_post_list\", pageSize: 5, currentPage: 1) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}\r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"33a7b54c-e122-44ce-862f-20116aaa1cfc","name":"Get Post List Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(action: \"get_post_list\", pageSize: 5, currentPage: 1) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}\r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:07:49 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:07:50 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=78790e8cb148a2b2ce02c4eafdf1a516; expires=Sat, 02-Nov-2030 02:07:50 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1296"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"297464"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPosts\": {\n            \"total_count\": 2,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 5,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:30:47\",\n                    \"enabled\": 1,\n                    \"image\": null,\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"a\",\n                    \"meta_keywords\": \"a\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"a\",\n                    \"name\": \"Post 1 \",\n                    \"post_content\": \"<p>a</p>\",\n                    \"post_id\": 1,\n                    \"publish_date\": \"2020-10-24 21:30:08\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:31:30\",\n                    \"url_key\": \"post-1\",\n                    \"view_traffic\": 14\n                },\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:33:51\",\n                    \"enabled\": 1,\n                    \"image\": \"i/m/img_1394.jpg\",\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"qq\",\n                    \"meta_keywords\": \"q\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"q\",\n                    \"name\": \"Post 2\",\n                    \"post_content\": \"<p>q</p>\",\n                    \"post_id\": 2,\n                    \"publish_date\": \"2020-10-26 21:33:05\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:33:51\",\n                    \"url_key\": \"q\",\n                    \"view_traffic\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"87928541-8ef0-43db-983b-5fd695fcd558"},{"name":"Get Post by Author Name","id":"23f2ed26-c3a6-49e3-9006-8a15a32f01e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_authorName\"\r\n\t\tauthorName: \"Admin\"\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}\r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c3f9feaf-f1f7-44ad-8cb2-78441cc37bb1","name":"Get Post by Author Name Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_authorName\"\r\n\t\tauthorName: \"Admin\"\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}\r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:19:14 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:19:14 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=9f6e8383e57580df528ee3b5992baa93; expires=Sat, 02-Nov-2030 02:19:14 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1296"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"3978"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPosts\": {\n            \"total_count\": 2,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 5,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:30:47\",\n                    \"enabled\": 1,\n                    \"image\": null,\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"a\",\n                    \"meta_keywords\": \"a\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"a\",\n                    \"name\": \"Post 1 \",\n                    \"post_content\": \"<p>a</p>\",\n                    \"post_id\": 1,\n                    \"publish_date\": \"2020-10-24 21:30:08\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:31:30\",\n                    \"url_key\": \"post-1\",\n                    \"view_traffic\": 14\n                },\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:33:51\",\n                    \"enabled\": 1,\n                    \"image\": \"i/m/img_1394.jpg\",\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"qq\",\n                    \"meta_keywords\": \"q\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"q\",\n                    \"name\": \"Post 2\",\n                    \"post_content\": \"<p>q</p>\",\n                    \"post_id\": 2,\n                    \"publish_date\": \"2020-10-26 21:33:05\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:33:51\",\n                    \"url_key\": \"q\",\n                    \"view_traffic\": 1\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"23f2ed26-c3a6-49e3-9006-8a15a32f01e6"},{"name":"Get Post by Tag Name","id":"cda9fcd9-bc20-4b48-b00e-cca93a9efa30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_tagName\"\r\n\t\ttagName: \"Mageplaza\"\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t} \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e56f7c07-b716-4133-9d9c-f6658a59a179","name":"Get Post by Tag Name Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_tagName\"\r\n\t\ttagName: \"Mageplaza\"\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t} \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:21:29 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:21:29 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=339625f11bf75ebfed7741194bfd3042; expires=Sat, 02-Nov-2030 02:21:29 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"725"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"495385"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPosts\": {\n            \"total_count\": 1,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 5,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:30:47\",\n                    \"enabled\": 1,\n                    \"image\": null,\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"a\",\n                    \"meta_keywords\": \"a\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"a\",\n                    \"name\": \"Post 1 \",\n                    \"post_content\": \"<p>a</p>\",\n                    \"post_id\": 1,\n                    \"publish_date\": \"2020-10-24 21:30:08\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:31:30\",\n                    \"url_key\": \"post-1\",\n                    \"view_traffic\": 14\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"cda9fcd9-bc20-4b48-b00e-cca93a9efa30"},{"name":"Get Post by Topic","id":"74f2ff91-2f0a-4750-afde-71f3b41e9060","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_topic\"\r\n\t\ttopicId: 1\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}\r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"caafea8b-0b63-4f59-b705-6aa4e54d49d4","name":"Get Post by Topic Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_topic\"\r\n\t\ttopicId: 1\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}\r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:22:59 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:22:59 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=842b42a49eddb3e38d5d22b89c6f7b49; expires=Sat, 02-Nov-2030 02:22:59 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"725"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"4164"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPosts\": {\n            \"total_count\": 1,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 5,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:30:47\",\n                    \"enabled\": 1,\n                    \"image\": null,\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"a\",\n                    \"meta_keywords\": \"a\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"a\",\n                    \"name\": \"Post 1 \",\n                    \"post_content\": \"<p>a</p>\",\n                    \"post_id\": 1,\n                    \"publish_date\": \"2020-10-24 21:30:08\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:31:30\",\n                    \"url_key\": \"post-1\",\n                    \"view_traffic\": 14\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"74f2ff91-2f0a-4750-afde-71f3b41e9060"},{"name":"Get Related Post","id":"bbbbe3e2-6903-4521-bdad-6d0ccf7d3593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_related_post\"\r\n\t\tpostId: 1\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t} \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3022e088-5421-4e37-8758-b176b1f93de7","name":"Get Related Post Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_related_post\"\r\n\t\tpostId: 1\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t} \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:24:12 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:24:12 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=ae059df01d33ce960d9af37b9a71eba5; expires=Sat, 02-Nov-2030 02:24:12 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"165"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"68524"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPosts\": {\n            \"total_count\": 0,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 0,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 5,\n                \"startPage\": 1\n            },\n            \"items\": []\n        }\n    }\n}"}],"_postman_id":"bbbbe3e2-6903-4521-bdad-6d0ccf7d3593"},{"name":"Get Post by Category ID","id":"8eb735bb-324e-4e8e-8b42-c0bf626be897","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_categoryId\"\r\n\t\tcategoryId: 2\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}  \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t}  \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a6b7e1f0-ef3a-4c09-9257-ded5b9ad5942","name":"Get Post by Category ID Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_categoryId\"\r\n\t\tcategoryId: 2\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}  \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t}  \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:24:50 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:24:50 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=138f646c8847f372a2821e4531a20ab5; expires=Sat, 02-Nov-2030 02:24:50 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"725"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"68602"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPosts\": {\n            \"total_count\": 1,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 5,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:30:47\",\n                    \"enabled\": 1,\n                    \"image\": null,\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"a\",\n                    \"meta_keywords\": \"a\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"a\",\n                    \"name\": \"Post 1 \",\n                    \"post_content\": \"<p>a</p>\",\n                    \"post_id\": 1,\n                    \"publish_date\": \"2020-10-24 21:30:08\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:31:30\",\n                    \"url_key\": \"post-1\",\n                    \"view_traffic\": 14\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"8eb735bb-324e-4e8e-8b42-c0bf626be897"},{"name":"Get Post by Category Key","id":"284f2c4c-0b77-42e3-974b-471c0c377464","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_categoryKey\"\r\n\t\tcategoryKey: \"Test\"\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t} \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"084fd997-3567-4dd3-8c17-f272e0aa57f7","name":"Get Post by Category Key Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPosts(\r\n\t\taction: \"get_post_by_categoryKey\"\r\n\t\tcategoryKey: \"Test\"\r\n\t\tpageSize: 5\r\n\t\tcurrentPage: 1\r\n\t) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t} \r\n\t\titems {\r\n\t\t  allow_comment\r\n\t\t  author_id\r\n\t\t  author_name\r\n\t\t  author_url\r\n\t\t  author_url_key\r\n\t\t  created_at\r\n\t\t  enabled\r\n\t\t  image\r\n\t\t  import_source\r\n\t\t  in_rss\r\n\t\t  layout\r\n\t\t  meta_description\r\n\t\t  meta_keywords\r\n\t\t  meta_robots\r\n\t\t  meta_title\r\n\t\t  name\r\n\t\t  post_content\r\n\t\t  post_id\r\n\t\t  publish_date\r\n\t\t  short_description\r\n\t\t  store_ids\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t  view_traffic\r\n\t\t} \r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:26:58 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:26:58 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=389d0668dd0943b1b8d5c76e5b6dbc36; expires=Sat, 02-Nov-2030 02:26:58 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"725"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"134479"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPosts\": {\n            \"total_count\": 1,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 5,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"allow_comment\": 1,\n                    \"author_id\": 1,\n                    \"author_name\": \"Admin\",\n                    \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                    \"author_url_key\": \"admin\",\n                    \"created_at\": \"2020-10-26 09:30:47\",\n                    \"enabled\": 1,\n                    \"image\": null,\n                    \"import_source\": null,\n                    \"in_rss\": 1,\n                    \"layout\": \"empty\",\n                    \"meta_description\": \"a\",\n                    \"meta_keywords\": \"a\",\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": \"a\",\n                    \"name\": \"Post 1 \",\n                    \"post_content\": \"<p>a</p>\",\n                    \"post_id\": 1,\n                    \"publish_date\": \"2020-10-24 21:30:08\",\n                    \"short_description\": \"a\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-10-26 09:31:30\",\n                    \"url_key\": \"post-1\",\n                    \"view_traffic\": 14\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"284f2c4c-0b77-42e3-974b-471c0c377464"},{"name":"Get Topic List","id":"a4b1da70-4148-496f-954f-f946e5bb7b32","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogTopics(filter: { enabled: { eq: \"1\" } }) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tstore_ids\r\n\t\t\ttopic_id\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"808ae14c-bf5a-4f3b-8176-a3a46e481110","name":"Get Topic List Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogTopics(filter: { enabled: { eq: \"1\" } }) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tstore_ids\r\n\t\t\ttopic_id\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 07:22:32 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Tue, 12 Mar 2019 07:22:33 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7dfglfe8nrqt43hunnqpje0vdh; expires=Thu, 12-Mar-2020 08:22:33 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=b1e76d903751ca2cd28555dac43a9a4d; expires=Sun, 10-Mar-2030 07:22:33 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=8ff082e7202a13ad196fef5e65b4651f; expires=Sun, 10-Mar-2030 07:22:33 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=556b0086b7a271dd7292960e5cedf914; expires=Sun, 10-Mar-2030 07:22:33 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Debug","value":"1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"451"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogTopics\": {\n            \"total_count\": 1,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 10,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"created_at\": \"2019-12-19 06:57:40\",\n                    \"description\": null,\n                    \"enabled\": 1,\n                    \"import_source\": null,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": null,\n                    \"name\": \"Topic 1\",\n                    \"store_ids\": 0,\n                    \"topic_id\": 1,\n                    \"updated_at\": \"2020-03-11 02:11:54\",\n                    \"url_key\": \"staten-maria\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"a4b1da70-4148-496f-954f-f946e5bb7b32"},{"name":"Get Tag List","id":"641cb4ce-769f-4584-9df8-ca32dcfee98f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogTags(currentPage: 1, pageSize: 10) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tstore_ids\r\n\t\t\ttag_id\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"aca3a5bb-43e7-4717-a9ff-e960084e8955","name":"Get Tag List Example ","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogTags(currentPage: 1, pageSize: 10) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tstore_ids\r\n\t\t\ttag_id\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 07:22:49 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Tue, 12 Mar 2019 07:22:49 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7dfglfe8nrqt43hunnqpje0vdh; expires=Thu, 12-Mar-2020 08:22:49 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=b5d6705981efe4e62fb8a5fa2af0ab28; expires=Sun, 10-Mar-2030 07:22:49 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=3fa294910f7b79b27642f4e31f22c016; expires=Sun, 10-Mar-2030 07:22:49 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=fe5d0ff740d788ceec085195ade9b4d3; expires=Sun, 10-Mar-2030 07:22:49 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Debug","value":"1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"449"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogTags\": {\n            \"total_count\": 1,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 10,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"created_at\": \"2019-12-19 06:57:45\",\n                    \"description\": null,\n                    \"enabled\": 1,\n                    \"import_source\": null,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": null,\n                    \"name\": \"Mageplaza\",\n                    \"store_ids\": 0,\n                    \"tag_id\": 1,\n                    \"updated_at\": \"2020-03-11 02:06:52\",\n                    \"url_key\": \"layla-harris\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"641cb4ce-769f-4584-9df8-ca32dcfee98f"},{"name":"Get Comment List","id":"27e9f2a7-ce3e-416f-9b17-f34feb5533c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogComments {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcomment_id\r\n\t\t\tcontent\r\n\t\t\tcreated_at\r\n\t\t\tentity_id\r\n\t\t\thas_reply\r\n\t\t\timport_source\r\n\t\t\tis_reply\r\n\t\t\tpost_id\r\n\t\t\tstatus\r\n\t\t\tstore_ids\r\n\t\t\tuser_email\r\n\t\t\tuser_name\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"869eb087-2c1f-48b1-bf18-6b1eb315a9d8","name":"Get Comment List Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogComments {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcomment_id\r\n\t\t\tcontent\r\n\t\t\tcreated_at\r\n\t\t\tentity_id\r\n\t\t\thas_reply\r\n\t\t\timport_source\r\n\t\t\tis_reply\r\n\t\t\tpost_id\r\n\t\t\tstatus\r\n\t\t\tstore_ids\r\n\t\t\tuser_email\r\n\t\t\tuser_name\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 07:23:21 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Tue, 12 Mar 2019 07:23:21 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7dfglfe8nrqt43hunnqpje0vdh; expires=Thu, 12-Mar-2020 08:23:21 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=b1d30d49fea36a840f838958c2bed422; expires=Sun, 10-Mar-2030 07:23:21 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=c6b23bd3d5fe280a5c8b7f121b6e6db7; expires=Sun, 10-Mar-2030 07:23:21 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=405faafae2f29bb6ccad9e760d51e04d; expires=Sun, 10-Mar-2030 07:23:21 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Debug","value":"1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"659"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogComments\": {\n            \"total_count\": 2,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 10,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"comment_id\": 1,\n                    \"content\": \"test comment<br />\",\n                    \"created_at\": \"2020-03-12 04:10:51\",\n                    \"entity_id\": 0,\n                    \"has_reply\": null,\n                    \"import_source\": null,\n                    \"is_reply\": 0,\n                    \"post_id\": 1,\n                    \"status\": 1,\n                    \"store_ids\": 1,\n                    \"user_email\": \"test@abc.com\",\n                    \"user_name\": \"test\"\n                },\n                {\n                    \"comment_id\": 2,\n                    \"content\": \"Blog extension of Mageplaza<br />\",\n                    \"created_at\": \"2020-03-12 04:11:54\",\n                    \"entity_id\": 0,\n                    \"has_reply\": null,\n                    \"import_source\": null,\n                    \"is_reply\": 0,\n                    \"post_id\": 3,\n                    \"status\": 1,\n                    \"store_ids\": 1,\n                    \"user_email\": \"example@gmail.com\",\n                    \"user_name\": \"mageplaza\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"27e9f2a7-ce3e-416f-9b17-f34feb5533c9"},{"name":"Get Related Product by Post ID","id":"2dd91b93-5bf8-4496-b922-b6f05147c96c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogProducts(postId: 1) {\r\n\t\titems {\r\n\t\t  attribute_set_id\r\n\t\t  created_at\r\n\t\t  entity_id\r\n\t\t  has_options\r\n\t\t  required_options\r\n\t\t  sku\r\n\t\t  type_id\r\n\t\t  updated_at\r\n\t\t  url_key\r\n          images\r\n\t\t}  \r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}  \r\n\t\ttotal_count\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"641005fb-1898-4f3c-ae11-8f087b896c3e","name":"Get Related Product by Post ID Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogProducts(postId: 1) {\r\n\t\titems {\r\n\t\t  attribute_set_id\r\n\t\t  created_at\r\n\t\t  entity_id\r\n\t\t  has_options\r\n\t\t  required_options\r\n\t\t  sku\r\n      images\r\n\t\t  type_id\r\n\t\t  updated_at\r\n\t\t  url_key\r\n\t\t}  \r\n\t\tpageInfo {\r\n\t\t  currentPage\r\n\t\t  endPage\r\n\t\t  hasNextPage\r\n\t\t  hasPreviousPage\r\n\t\t  pageSize\r\n\t\t  startPage\r\n\t\t}  \r\n\t\ttotal_count\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 07:02:50 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=86igrlsha2lkllahkg7cadl26i; expires=Wed, 04-Nov-2020 08:02:50 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=df87f1e76ec1a2da2f6ec178f8661ae9; expires=Sat, 02-Nov-2030 07:02:50 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"7839"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"98867"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogProducts\": {\n            \"items\": [\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:26\",\n                    \"entity_id\": 402,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MJ06-XL-Green\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/j/mj06-green_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:26\",\n                    \"url_key\": \"jupiter-all-weather-trainer-xl-green\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:26\",\n                    \"entity_id\": 406,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MJ03-XS-Green\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/j/mj03-green_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:26\",\n                    \"url_key\": \"montana-wind-jacket-xs-green\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:26\",\n                    \"entity_id\": 410,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MJ03-S-Red\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/j/mj03-red_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:26\",\n                    \"url_key\": \"montana-wind-jacket-s-red\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:26\",\n                    \"entity_id\": 414,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MJ03-L-Black\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/j/mj03-black_main_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/j/mj03-black_alt1_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/j/mj03-black_back_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:26\",\n                    \"url_key\": \"montana-wind-jacket-l-black\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:29\",\n                    \"entity_id\": 606,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MS07-L-Black\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/s/ms07-black_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:29\",\n                    \"url_key\": \"deion-long-sleeve-evercool-trade-tee-l-black\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:29\",\n                    \"entity_id\": 610,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MS07-XL-Green\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/s/ms07-green_main_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/s/ms07-green_alt1_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/s/ms07-green_back_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:29\",\n                    \"url_key\": \"deion-long-sleeve-evercool-trade-tee-xl-green\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:29\",\n                    \"entity_id\": 614,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MS08-XS-Blue\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/s/ms08-blue_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:29\",\n                    \"url_key\": \"strike-endurance-tee-xs-blue\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:29\",\n                    \"entity_id\": 618,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"MS08-S-Red\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/m/s/ms08-red_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:29\",\n                    \"url_key\": \"strike-endurance-tee-s-red\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:37\",\n                    \"entity_id\": 1195,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WH11-L-Green\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/h/wh11-green_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:37\",\n                    \"url_key\": \"eos-v-neck-hoodie-l-green\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:37\",\n                    \"entity_id\": 1199,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WH11-XL-Orange\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/h/wh11-orange_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:37\",\n                    \"url_key\": \"eos-v-neck-hoodie-xl-orange\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:37\",\n                    \"entity_id\": 1203,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WH12-XS-Purple\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/h/wh12-purple_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:37\",\n                    \"url_key\": \"circe-hooded-ice-fleece-xs-purple\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:37\",\n                    \"entity_id\": 1207,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WH12-M-Gray\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/h/wh12-gray_main_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/h/wh12-gray_back_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:37\",\n                    \"url_key\": \"circe-hooded-ice-fleece-m-gray\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:40\",\n                    \"entity_id\": 1403,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WS02-XS-Blue\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/ws02-blue_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:40\",\n                    \"url_key\": \"gabrielle-micro-sleeve-top-xs-blue\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:40\",\n                    \"entity_id\": 1407,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WS02-S-Green\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/ws02-green_main_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/ws02-green_back_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:40\",\n                    \"url_key\": \"gabrielle-micro-sleeve-top-s-green\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:40\",\n                    \"entity_id\": 1411,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WS02-M-Red\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/ws02-red_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:40\",\n                    \"url_key\": \"gabrielle-micro-sleeve-top-m-red\"\n                },\n                {\n                    \"attribute_set_id\": 9,\n                    \"created_at\": \"2020-10-07 07:18:40\",\n                    \"entity_id\": 1415,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WS02-XL-Blue\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/ws02-blue_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:40\",\n                    \"url_key\": \"gabrielle-micro-sleeve-top-xl-blue\"\n                },\n                {\n                    \"attribute_set_id\": 10,\n                    \"created_at\": \"2020-10-07 07:18:48\",\n                    \"entity_id\": 1998,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WSH07-28-Blue\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/wsh07-blue_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:48\",\n                    \"url_key\": \"echo-fit-compression-short-28-blue\"\n                },\n                {\n                    \"attribute_set_id\": 10,\n                    \"created_at\": \"2020-10-07 07:18:48\",\n                    \"entity_id\": 2002,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WSH07-29-Purple\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/wsh07-purple_main_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:48\",\n                    \"url_key\": \"echo-fit-compression-short-29-purple\"\n                },\n                {\n                    \"attribute_set_id\": 10,\n                    \"created_at\": \"2020-10-07 07:18:48\",\n                    \"entity_id\": 2006,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WSH08-30-Purple\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/wsh08-purple_main_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/wsh08-purple_back_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:48\",\n                    \"url_key\": \"sybil-running-short-30-purple\"\n                },\n                {\n                    \"attribute_set_id\": 10,\n                    \"created_at\": \"2020-10-07 07:18:48\",\n                    \"entity_id\": 2010,\n                    \"has_options\": 0,\n                    \"required_options\": 0,\n                    \"sku\": \"WSH09-28-Gray\",\n                    \"images\": [\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/wsh09-gray_main_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/wsh09-gray_alt1_1.jpg\",\n                        \"http://192.168.1.200/thu/ce235b/pub/media/catalog/product/w/s/wsh09-gray_back_1.jpg\"\n                    ],\n                    \"type_id\": \"simple\",\n                    \"updated_at\": \"2020-10-07 07:18:48\",\n                    \"url_key\": \"mimi-all-purpose-short-28-gray\"\n                }\n            ],\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 2,\n                \"hasNextPage\": true,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 10,\n                \"startPage\": 1\n            },\n            \"total_count\": 20\n        }\n    }\n}"}],"_postman_id":"2dd91b93-5bf8-4496-b922-b6f05147c96c"},{"name":"Get Post Like by Post ID","id":"81d0d308-bc59-43c8-9188-ec1bc6ae8800","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPostLikes(postId: 3) {\r\n\t\ttotal\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"54ff2e20-191e-4790-81d0-3ce610af3d99","name":"Get Post Like by Post ID Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogPostLikes(postId: 3) {\r\n\t\ttotal\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 07:24:04 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Tue, 12 Mar 2019 07:24:04 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7dfglfe8nrqt43hunnqpje0vdh; expires=Thu, 12-Mar-2020 08:24:04 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=f068a2066e3c3853fdbef2e6a442de37; expires=Sun, 10-Mar-2030 07:24:04 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=6f4237abb35057af35b872016df0a836; expires=Sun, 10-Mar-2030 07:24:04 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=99193afa3b792cf7b751e67507f3df74; expires=Sun, 10-Mar-2030 07:24:04 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Debug","value":"1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"40"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogPostLikes\": {\n            \"total\": 2\n        }\n    }\n}"}],"_postman_id":"81d0d308-bc59-43c8-9188-ec1bc6ae8800"},{"name":"Get Category List","id":"d625c665-2c12-49bf-a5d2-de9538303007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogCategories(action: \"get_category_list\") {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcategory_id\r\n\t\t\tchildren_count\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tlevel\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tparent_id\r\n\t\t\tpath\r\n\t\t\tposition\r\n\t\t\tstore_ids\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"134330ee-343a-421c-b984-4b4743328d39","name":"Get Category List Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogCategories(action: \"get_category_list\") {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcategory_id\r\n\t\t\tchildren_count\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tlevel\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tparent_id\r\n\t\t\tpath\r\n\t\t\tposition\r\n\t\t\tstore_ids\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 07:24:27 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Tue, 12 Mar 2019 07:24:27 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7dfglfe8nrqt43hunnqpje0vdh; expires=Thu, 12-Mar-2020 08:24:27 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=9cea632a397656ff8e172cd71f7128ec; expires=Sun, 10-Mar-2030 07:24:27 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=f3c12d5b847c7be5020c4ce78c127fba; expires=Sun, 10-Mar-2030 07:24:27 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=9651aedf1fd1e8d430fc2c036b238b65; expires=Sun, 10-Mar-2030 07:24:27 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Debug","value":"1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1197"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogCategories\": {\n            \"total_count\": 3,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 10,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"category_id\": 1,\n                    \"children_count\": 0,\n                    \"created_at\": \"2019-12-19 06:55:54\",\n                    \"description\": null,\n                    \"enabled\": 1,\n                    \"import_source\": null,\n                    \"level\": 0,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": null,\n                    \"meta_title\": null,\n                    \"name\": \"ROOT\",\n                    \"parent_id\": null,\n                    \"path\": \"1\",\n                    \"position\": 0,\n                    \"store_ids\": 0,\n                    \"updated_at\": \"2019-12-19 06:55:54\",\n                    \"url_key\": \"root\"\n                },\n                {\n                    \"category_id\": 2,\n                    \"children_count\": 0,\n                    \"created_at\": \"2019-12-19 06:57:34\",\n                    \"description\": null,\n                    \"enabled\": 1,\n                    \"import_source\": null,\n                    \"level\": 1,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": null,\n                    \"meta_title\": null,\n                    \"name\": \"quynhtest\",\n                    \"parent_id\": 1,\n                    \"path\": \"1/2\",\n                    \"position\": 1,\n                    \"store_ids\": 0,\n                    \"updated_at\": \"2019-12-19 06:57:34\",\n                    \"url_key\": \"quynhtest\"\n                },\n                {\n                    \"category_id\": 3,\n                    \"children_count\": 0,\n                    \"created_at\": \"2020-03-11 02:13:03\",\n                    \"description\": null,\n                    \"enabled\": 1,\n                    \"import_source\": null,\n                    \"level\": 1,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": null,\n                    \"meta_title\": null,\n                    \"name\": \"Example\",\n                    \"parent_id\": 1,\n                    \"path\": \"1/3\",\n                    \"position\": 2,\n                    \"store_ids\": 0,\n                    \"updated_at\": \"2020-03-11 02:13:03\",\n                    \"url_key\": \"example\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"d625c665-2c12-49bf-a5d2-de9538303007"},{"name":"Get Category by Post ID","id":"009fbad4-cd1c-40ff-b413-6e485fff0539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogCategories(action: \"get_category_by_postId\", postId: 1) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcategory_id\r\n\t\t\tchildren_count\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tlevel\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tparent_id\r\n\t\t\tpath\r\n\t\t\tposition\r\n\t\t\tstore_ids\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"55ad5dad-c8a8-488a-b003-09252505d4f9","name":"Get Category by Post ID Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n\tmpBlogCategories(action: \"get_category_by_postId\", postId: 1) {\r\n\t\ttotal_count\r\n\t\tpageInfo {\r\n\t\t\tcurrentPage\r\n\t\t\tendPage\r\n\t\t\thasNextPage\r\n\t\t\thasPreviousPage\r\n\t\t\tpageSize\r\n\t\t\tstartPage\r\n\t\t}\r\n\t\titems {\r\n\t\t\tcategory_id\r\n\t\t\tchildren_count\r\n\t\t\tcreated_at\r\n\t\t\tdescription\r\n\t\t\tenabled\r\n\t\t\timport_source\r\n\t\t\tlevel\r\n\t\t\tmeta_description\r\n\t\t\tmeta_keywords\r\n\t\t\tmeta_robots\r\n\t\t\tmeta_title\r\n\t\t\tname\r\n\t\t\tparent_id\r\n\t\t\tpath\r\n\t\t\tposition\r\n\t\t\tstore_ids\r\n\t\t\tupdated_at\r\n\t\t\turl_key\r\n\t\t}\r\n\t}\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Mar 2020 07:24:44 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Tue, 12 Mar 2019 07:24:45 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7dfglfe8nrqt43hunnqpje0vdh; expires=Thu, 12-Mar-2020 08:24:45 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=f60d452bf36e97f80f2cf2df0b5044a4; expires=Sun, 10-Mar-2030 07:24:45 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=f14c1621f334cc6cf3faa9367fccda8a; expires=Sun, 10-Mar-2030 07:24:45 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=b8b1dcb0fae7349a14785b9d5d0ac1d7; expires=Sun, 10-Mar-2030 07:24:45 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Debug","value":"1"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"517"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogCategories\": {\n            \"total_count\": 1,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 1,\n                \"hasNextPage\": false,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 10,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"category_id\": 2,\n                    \"children_count\": 0,\n                    \"created_at\": \"2019-12-19 06:57:34\",\n                    \"description\": null,\n                    \"enabled\": 1,\n                    \"import_source\": null,\n                    \"level\": 1,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": null,\n                    \"meta_title\": null,\n                    \"name\": \"quynhtest\",\n                    \"parent_id\": 1,\n                    \"path\": \"1/2\",\n                    \"position\": 1,\n                    \"store_ids\": 0,\n                    \"updated_at\": \"2019-12-19 06:57:34\",\n                    \"url_key\": \"quynhtest\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"009fbad4-cd1c-40ff-b413-6e485fff0539"},{"name":"Get Config ","id":"9c4c48c9-249f-4bea-b55d-8af8a1b2fb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  mpBlogConfigs(storeId: 3){\r\n    general {\r\n      display_author\r\n      display_style\r\n      font_color\r\n      name\r\n      toplinks\r\n    }\r\n    seo {\r\n      meta_description\r\n      meta_title\r\n    }\r\n    sidebar {\r\n      number_mostview_posts\r\n      number_recent_posts\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"372264d0-a89f-47fb-bc1c-7164d6a2fec1","name":"Get Config  Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  mpBlogConfigs(storeId: 3){\r\n    general {\r\n      display_author\r\n      display_style\r\n      font_color\r\n      name\r\n      toplinks\r\n    }\r\n    seo {\r\n      meta_description\r\n      meta_title\r\n    }\r\n    sidebar {\r\n      number_mostview_posts\r\n      number_recent_posts\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 02:28:51 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 03:28:51 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=4467c8db749b4e01466dfc35da82afff; expires=Sat, 02-Nov-2030 02:28:51 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"241"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"69051"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogConfigs\": {\n            \"general\": {\n                \"display_author\": 0,\n                \"display_style\": 1,\n                \"font_color\": \"#1abc9c\",\n                \"name\": \"Blogggg\",\n                \"toplinks\": 1\n            },\n            \"seo\": {\n                \"meta_description\": null,\n                \"meta_title\": \"1\"\n            },\n            \"sidebar\": {\n                \"number_mostview_posts\": 5,\n                \"number_recent_posts\": 5\n            }\n        }\n    }\n}"}],"_postman_id":"9c4c48c9-249f-4bea-b55d-8af8a1b2fb5d"},{"name":"Get Post by Monthly Archive","id":"e414d168-0d77-4c03-8135-d9f02c1fccb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n  mpBlogMonthlyArchive(storeId: 1, monthly: 10, year: 2020){\r\n    items {\r\n      label\r\n      quantity\r\n      items {\r\n        allow_comment\r\n        author_id\r\n        author_name\r\n        author_url\r\n        author_url_key\r\n        created_at\r\n        enabled\r\n        image\r\n        import_source\r\n        in_rss\r\n        layout\r\n        meta_description\r\n        meta_keywords\r\n        meta_robots\r\n        meta_title\r\n        name\r\n        post_content\r\n        post_id\r\n        publish_date\r\n        short_description\r\n        store_ids\r\n        updated_at\r\n        url_key\r\n        view_traffic\r\n      }\r\n    }\r\n    total_count\r\n  }\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql","urlObject":{"path":["graphql"],"host":["{{magento_base_url}}"],"query":[],"variable":[]}},"response":[{"id":"fd56aef9-69f1-4985-850c-10806c38333d","name":"Get Post by Monthly Archive Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query {\r\n  mpBlogMonthlyArchive(storeId: 1, monthly: 10, year: 2020){\r\n    items {\r\n      label\r\n      quantity\r\n      items {\r\n        allow_comment\r\n        author_id\r\n        author_name\r\n        author_url\r\n        author_url_key\r\n        created_at\r\n        enabled\r\n        image\r\n        import_source\r\n        in_rss\r\n        layout\r\n        meta_description\r\n        meta_keywords\r\n        meta_robots\r\n        meta_title\r\n        name\r\n        post_content\r\n        post_id\r\n        publish_date\r\n        short_description\r\n        store_ids\r\n        updated_at\r\n        url_key\r\n        view_traffic\r\n      }\r\n    }\r\n    total_count\r\n  }\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}/graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 04 Nov 2020 03:33:43 GMT"},{"key":"Set-Cookie","value":"PHPSESSID=huodniup4ipqbu437vu3cga6of; expires=Wed, 04-Nov-2020 04:33:43 GMT; Max-Age=3600; path=/thu/ce235b; domain=192.168.1.200; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=33dd6d0fbb7954fefcf13896828aa209; expires=Sat, 02-Nov-2030 03:33:43 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"X-Magento-Cache-Debug","value":"MISS"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Content-Length","value":"1255"},{"key":"Content-Type","value":"application/json"},{"key":"X-Varnish","value":"496223"},{"key":"Via","value":"1.1 varnish (Varnish/6.1)"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"-1"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate, max-age=0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"mpBlogMonthlyArchive\": {\n            \"items\": [\n                {\n                    \"label\": \"October , 2020\",\n                    \"quantity\": 2,\n                    \"items\": [\n                        {\n                            \"allow_comment\": 1,\n                            \"author_id\": 1,\n                            \"author_name\": \"Admin\",\n                            \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                            \"author_url_key\": \"admin\",\n                            \"created_at\": \"2020-10-26 09:33:51\",\n                            \"enabled\": 1,\n                            \"image\": \"i/m/img_1394.jpg\",\n                            \"import_source\": null,\n                            \"in_rss\": 1,\n                            \"layout\": \"empty\",\n                            \"meta_description\": null,\n                            \"meta_keywords\": null,\n                            \"meta_robots\": \"INDEX,FOLLOW\",\n                            \"meta_title\": \"api\",\n                            \"name\": \"update_ example\",\n                            \"post_content\": \"<p>q</p>\",\n                            \"post_id\": 2,\n                            \"publish_date\": \"2020-10-26 21:33:05\",\n                            \"short_description\": \"a\",\n                            \"store_ids\": \"0\",\n                            \"updated_at\": \"2020-11-04 03:02:24\",\n                            \"url_key\": \"q\",\n                            \"view_traffic\": 1\n                        },\n                        {\n                            \"allow_comment\": 1,\n                            \"author_id\": 1,\n                            \"author_name\": \"Admin\",\n                            \"author_url\": \"http://192.168.1.200/thu/ce235b/blog/author/admin.html\",\n                            \"author_url_key\": \"admin\",\n                            \"created_at\": \"2020-10-26 09:30:47\",\n                            \"enabled\": 1,\n                            \"image\": null,\n                            \"import_source\": null,\n                            \"in_rss\": 1,\n                            \"layout\": \"empty\",\n                            \"meta_description\": \"a\",\n                            \"meta_keywords\": \"a\",\n                            \"meta_robots\": \"INDEX,FOLLOW\",\n                            \"meta_title\": \"a\",\n                            \"name\": \"Post 1 \",\n                            \"post_content\": \"<p>a</p>\",\n                            \"post_id\": 1,\n                            \"publish_date\": \"2020-10-24 21:30:08\",\n                            \"short_description\": \"a\",\n                            \"store_ids\": \"0\",\n                            \"updated_at\": \"2020-10-26 09:31:30\",\n                            \"url_key\": \"post-1\",\n                            \"view_traffic\": 15\n                        }\n                    ]\n                }\n            ],\n            \"total_count\": 1\n        }\n    }\n}"}],"_postman_id":"e414d168-0d77-4c03-8135-d9f02c1fccb6"}]}