{"info":{"_postman_id":"c56618e9-325d-45f7-bb09-91cea300222d","name":"GraphQL FAQs","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10589000","collectionId":"c56618e9-325d-45f7-bb09-91cea300222d","publishedId":"SzRxXqof","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-03-10T02:32:17.000Z"},"item":[{"name":"Get Categories","id":"61c914ea-ee0c-455d-8da1-6540602fdbcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  MpMageplazaFaqsCategoryList(\r\n    filter:{category_id:{eq:\"1\"}}\r\n    pageSize:5\r\n    currentPage:1\r\n  )\r\n{\r\n    total_count\r\n    pageInfo {\r\n      currentPage\r\n      endPage\r\n      hasNextPage\r\n      hasPreviousPage\r\n      pageSize\r\n      startPage\r\n    }\r\n    items {\r\n      category_id\r\n      articles{\r\n        total_count\r\n        items{\r\n          article_id\r\n          products{\r\n            total_count\r\n            items{\r\n              entity_id\r\n              sku\r\n            }\r\n          }\r\n        }\r\n      }\r\n      created_at\r\n      description\r\n      enabled\r\n      icon\r\n      meta_description\r\n      meta_keywords\r\n      meta_robots\r\n      meta_title\r\n      name\r\n      position\r\n      store_ids\r\n      updated_at\r\n      url_key\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}graphql","urlObject":{"host":["{{magento_base_url}}graphql"],"query":[],"variable":[]}},"response":[{"id":"0fc8df63-a1c2-4c48-8b66-ce7acb7dcae7","name":"Get Categories Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"{{magento_base_url}}graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Feb 2020 03:36:45 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Mon, 25 Feb 2019 03:36: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=71jc9rk0j6dbr0872559thdq29; expires=Tue, 25-Feb-2020 04:36:45 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=8e5535a49ead15849f6fc1f540cc4808; expires=Fri, 22-Feb-2030 03:36:45 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=4062fd859da9f2354576b05c12c5c771; expires=Fri, 22-Feb-2030 03:36:45 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=21ba0cf5222cfe430b0e2bb71f8df061; expires=Fri, 22-Feb-2030 03:36: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":"1066"},{"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        \"MpMageplazaFaqsCategoryList\": {\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                    \"category_id\": 1,\n                    \"articles\": {\n                        \"total_count\": 6,\n                        \"items\": [\n                            {\n                                \"article_id\": 1,\n                                \"products\": {\n                                    \"total_count\": 4,\n                                    \"items\": [\n                                        {\n                                            \"entity_id\": 1,\n                                            \"sku\": \"24-MB01\"\n                                        },\n                                        {\n                                            \"entity_id\": 2,\n                                            \"sku\": \"24-MB04\"\n                                        },\n                                        {\n                                            \"entity_id\": 3,\n                                            \"sku\": \"24-MB03\"\n                                        },\n                                        {\n                                            \"entity_id\": 4,\n                                            \"sku\": \"24-MB05\"\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"article_id\": 2,\n                                \"products\": {\n                                    \"total_count\": 3,\n                                    \"items\": [\n                                        {\n                                            \"entity_id\": 15,\n                                            \"sku\": \"24-UG06\"\n                                        },\n                                        {\n                                            \"entity_id\": 16,\n                                            \"sku\": \"24-UG07\"\n                                        },\n                                        {\n                                            \"entity_id\": 17,\n                                            \"sku\": \"24-UG04\"\n                                        }\n                                    ]\n                                }\n                            },\n                            {\n                                \"article_id\": 4,\n                                \"products\": {\n                                    \"total_count\": 0,\n                                    \"items\": []\n                                }\n                            },\n                            {\n                                \"article_id\": 5,\n                                \"products\": {\n                                    \"total_count\": 0,\n                                    \"items\": []\n                                }\n                            },\n                            {\n                                \"article_id\": 16,\n                                \"products\": {\n                                    \"total_count\": 1,\n                                    \"items\": [\n                                        {\n                                            \"entity_id\": 1,\n                                            \"sku\": \"24-MB01\"\n                                        }\n                                    ]\n                                }\n                            }\n                        ]\n                    },\n                    \"created_at\": \"2020-02-12 01:59:53\",\n                    \"description\": null,\n                    \"enabled\": 1,\n                    \"icon\": \"fa fa-folder-open\",\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": null,\n                    \"name\": \"FaqCategory 1\",\n                    \"position\": 0,\n                    \"store_ids\": \"1\",\n                    \"updated_at\": \"2020-02-18 03:42:38\",\n                    \"url_key\": \"f1\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"61c914ea-ee0c-455d-8da1-6540602fdbcb"},{"name":"Get Articles","id":"0c52ab45-25ea-49da-a958-cf41a7b389eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  MpMageplazaFaqsGetArticles(\r\n    pageSize:3, currentPage:1)\r\n  {\r\n    total_count\r\n    pageInfo {\r\n      currentPage\r\n      endPage\r\n      hasNextPage\r\n      hasPreviousPage\r\n      pageSize\r\n      startPage\r\n    }\r\n    items {\r\n\t\t\tarticle_id\r\n      article_content\r\n      author_email\r\n      author_name\r\n      created_at\r\n      email_notify\r\n      in_rss\r\n      meta_description\r\n      meta_keywords\r\n      meta_robots\r\n      meta_title\r\n      name\r\n      negatives\r\n      position\r\n      positives\r\n      status\r\n      store_ids\r\n      updated_at\r\n      url_key\r\n      views\r\n      visibility\r\n      products{\r\n        total_count\r\n        items {\r\n          attribute_set_id\r\n          created_at\r\n          entity_id\r\n          has_options\r\n          required_options\r\n          sku\r\n          type_id\r\n          updated_at\r\n        }\r\n      }\r\n    } \r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}graphql","urlObject":{"host":["{{magento_base_url}}graphql"],"query":[],"variable":[]}},"response":[{"id":"cc20f144-14e3-4b56-9f9e-cab385f13af9","name":"Get Articles Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"{{magento_base_url}}graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 19 Feb 2020 07:59:07 GMT"},{"key":"Expires","value":"Tue, 19 Feb 2019 07:59:15 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=utdoc7fd0a3q4kpbj4c12o1orm; expires=Wed, 19-Feb-2020 08:59:15 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=f2a225d052e0cc28201638b95d304d08; expires=Sat, 16-Feb-2030 07:59:15 GMT; Max-Age=315360000; path=/"},{"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":"6638"},{"key":"Content-Type","value":"application/json"},{"key":"Age","value":"0"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"MpMageplazaFaqsGetArticles\": {\n            \"total_count\": 11,\n            \"pageInfo\": {\n                \"currentPage\": 1,\n                \"endPage\": 4,\n                \"hasNextPage\": true,\n                \"hasPreviousPage\": false,\n                \"pageSize\": 3,\n                \"startPage\": 1\n            },\n            \"items\": [\n                {\n                    \"article_id\": 1,\n                    \"article_content\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut interdum magna eu sagittis tincidunt. Aenean eget dui aliquam, aliquam tellus et, scelerisque nisl. Pellentesque venenatis lacinia consequat. Sed molestie consectetur dolor. Cras dapibus vel lorem ut iaculis. Ut pharetra tincidunt leo aliquam cursus. Phasellus pharetra justo sit amet nulla condimentum, vel lacinia tortor venenatis. Ut mauris lorem, faucibus nec laoreet tincidunt, interdum a erat. Maecenas ex leo, pretium convallis dui a, accumsan tincidunt dui. Proin hendrerit elit vitae nisl rutrum porta. Morbi ac lorem rhoncus eros vestibulum scelerisque. Nulla et efficitur lacus, at lobortis urna. Donec fermentum accumsan luctus.</p>\\r\\n<p>Aenean aliquet, metus rutrum tempor hendrerit, dui nisl consectetur ante, vel elementum odio elit sed turpis. Etiam vel dignissim nunc. Nunc maximus felis eget enim hendrerit, eget vulputate quam rutrum. Phasellus imperdiet pharetra dolor ac fringilla. Proin faucibus sem eget egestas facilisis. Etiam et ligula vehicula, consequat lectus in, finibus orci. Pellentesque rutrum urna sed eros fermentum tempus. Nunc eros dolor, semper sit amet libero quis, accumsan porta lorem. Praesent consequat enim volutpat, luctus dui vestibulum, venenatis nisi. Nam dictum finibus ipsum sed lobortis. Nam in blandit purus.</p>\\r\\n<p>Sed vitae massa non magna accumsan aliquam nec non augue. Donec malesuada, lectus id vehicula laoreet, sem felis elementum quam, nec mollis dui lectus at mauris. Mauris sed diam in dolor consequat ullamcorper vitae sed orci. Phasellus sit amet bibendum diam. Nulla facilisi. Nulla porta metus non dui elementum, et iaculis nibh varius. Integer posuere urna id urna mattis rutrum.</p>\",\n                    \"author_email\": \"thad93@hotmail.com\",\n                    \"author_name\": \"Pietro Spinka\",\n                    \"created_at\": \"2020-02-12 02:02:11\",\n                    \"email_notify\": 0,\n                    \"in_rss\": null,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": null,\n                    \"name\": \"Does your extension cost monthly fee?\",\n                    \"negatives\": 2,\n                    \"position\": 0,\n                    \"positives\": 2,\n                    \"status\": \"1\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-12 02:02:11\",\n                    \"url_key\": \"does-your-extension-cost-monthly-fee\",\n                    \"views\": 22,\n                    \"visibility\": \"1\",\n                    \"products\": {\n                        \"total_count\": 4,\n                        \"items\": [\n                            {\n                                \"attribute_set_id\": 15,\n                                \"created_at\": \"2019-11-11 08:07:30\",\n                                \"entity_id\": 1,\n                                \"has_options\": 0,\n                                \"required_options\": 0,\n                                \"sku\": \"24-MB01\",\n                                \"type_id\": \"simple\",\n                                \"updated_at\": \"2020-02-06 04:28:08\"\n                            },\n                            {\n                                \"attribute_set_id\": 15,\n                                \"created_at\": \"2019-11-11 08:07:31\",\n                                \"entity_id\": 2,\n                                \"has_options\": 0,\n                                \"required_options\": 0,\n                                \"sku\": \"24-MB04\",\n                                \"type_id\": \"simple\",\n                                \"updated_at\": \"2020-02-06 07:44:15\"\n                            },\n                            {\n                                \"attribute_set_id\": 15,\n                                \"created_at\": \"2019-11-11 08:07:31\",\n                                \"entity_id\": 3,\n                                \"has_options\": 0,\n                                \"required_options\": 0,\n                                \"sku\": \"24-MB03\",\n                                \"type_id\": \"simple\",\n                                \"updated_at\": \"2019-11-11 08:07:31\"\n                            },\n                            {\n                                \"attribute_set_id\": 15,\n                                \"created_at\": \"2019-11-11 08:07:31\",\n                                \"entity_id\": 4,\n                                \"has_options\": 0,\n                                \"required_options\": 0,\n                                \"sku\": \"24-MB05\",\n                                \"type_id\": \"simple\",\n                                \"updated_at\": \"2019-11-11 08:07:31\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"article_id\": 2,\n                    \"article_content\": \"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus lacinia orci lectus, non lacinia libero pellentesque quis. Aliquam erat volutpat. Maecenas euismod, augue ac fringilla dignissim, sapien odio sollicitudin nulla, consectetur luctus lectus risus hendrerit ipsum. In vulputate dui mauris. Donec non molestie nisi. Vivamus nec est tempus, ornare ligula vel, imperdiet dui. Nunc et nibh nibh. Praesent hendrerit eros nunc, a molestie metus pretium eget. Fusce dapibus viverra quam, sollicitudin fringilla enim ornare vitae. Pellentesque at sodales metus, id vulputate diam. Fusce quis scelerisque eros, nec vestibulum massa. In molestie feugiat finibus. Fusce mattis auctor fringilla.</p>\\r\\n<p>Suspendisse nec odio eget nibh gravida facilisis. Sed sed odio justo. Suspendisse luctus enim quis ligula lacinia, sed sodales arcu convallis. Donec vitae suscipit eros. Nullam consectetur scelerisque suscipit. Suspendisse cursus sit amet nisi a porta. Suspendisse dolor sem, bibendum id malesuada non, semper vel ipsum. In maximus, nulla sed sodales suscipit, lacus diam venenatis massa, a ullamcorper diam felis quis lorem.</p>\\r\\n<p>Phasellus eget magna eget augue aliquet posuere at ut eros. Phasellus hendrerit est sed fermentum cursus. Duis ut eleifend ex. In gravida dui libero, imperdiet finibus lectus venenatis egestas. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Donec a nibh ac arcu accumsan ornare. Ut euismod interdum porttitor. Aliquam eget orci finibus, dictum magna et, dictum elit. Etiam velit elit, congue sit amet hendrerit a, commodo vitae sem. Quisque porta pellentesque libero, interdum fermentum leo placerat eget. Duis ullamcorper ligula purus, nec finibus elit rhoncus in. Phasellus dictum dui et nisi commodo, ac blandit magna pulvinar. Donec non sem quis est consequat blandit vulputate et felis.</p>\",\n                    \"author_email\": \"grimes.max@hotmail.com\",\n                    \"author_name\": \"Prof. Ronaldo Schmidt V\",\n                    \"created_at\": \"2020-02-12 02:03:02\",\n                    \"email_notify\": 0,\n                    \"in_rss\": null,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": null,\n                    \"name\": \"Where I can find my license key?\",\n                    \"negatives\": 0,\n                    \"position\": 0,\n                    \"positives\": 0,\n                    \"status\": \"1\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-12 02:03:02\",\n                    \"url_key\": \"where-i-can-find-my-license-key\",\n                    \"views\": 12,\n                    \"visibility\": \"1\",\n                    \"products\": {\n                        \"total_count\": 3,\n                        \"items\": [\n                            {\n                                \"attribute_set_id\": 11,\n                                \"created_at\": \"2019-11-11 08:07:31\",\n                                \"entity_id\": 15,\n                                \"has_options\": 0,\n                                \"required_options\": 0,\n                                \"sku\": \"24-UG06\",\n                                \"type_id\": \"simple\",\n                                \"updated_at\": \"2019-11-11 08:07:31\"\n                            },\n                            {\n                                \"attribute_set_id\": 11,\n                                \"created_at\": \"2019-11-11 08:07:31\",\n                                \"entity_id\": 16,\n                                \"has_options\": 0,\n                                \"required_options\": 0,\n                                \"sku\": \"24-UG07\",\n                                \"type_id\": \"simple\",\n                                \"updated_at\": \"2019-11-11 08:07:31\"\n                            },\n                            {\n                                \"attribute_set_id\": 11,\n                                \"created_at\": \"2019-11-11 08:07:32\",\n                                \"entity_id\": 17,\n                                \"has_options\": 0,\n                                \"required_options\": 0,\n                                \"sku\": \"24-UG04\",\n                                \"type_id\": \"simple\",\n                                \"updated_at\": \"2019-11-11 08:07:32\"\n                            }\n                        ]\n                    }\n                },\n                {\n                    \"article_id\": 4,\n                    \"article_content\": null,\n                    \"author_email\": \"Guest@gmail.com\",\n                    \"author_name\": \"quynhtest\",\n                    \"created_at\": \"2020-02-12 02:56:32\",\n                    \"email_notify\": 0,\n                    \"in_rss\": null,\n                    \"meta_description\": null,\n                    \"meta_keywords\": null,\n                    \"meta_robots\": \"INDEX,FOLLOW\",\n                    \"meta_title\": null,\n                    \"name\": \"/does-your-extension-cost-monthly-fee\",\n                    \"negatives\": 0,\n                    \"position\": 0,\n                    \"positives\": 0,\n                    \"status\": \"0\",\n                    \"store_ids\": \"0\",\n                    \"updated_at\": \"2020-02-12 02:57:08\",\n                    \"url_key\": \"does-your-extension-cost-monthly-fee1\",\n                    \"views\": 0,\n                    \"visibility\": \"1\",\n                    \"products\": {\n                        \"total_count\": 0,\n                        \"items\": []\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"0c52ab45-25ea-49da-a958-cf41a7b389eb"},{"name":"Create Question","id":"09ab51cd-d164-4736-b333-802a59b9c44d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation test(\r\n\t$content: String!\r\n\t$name: String\r\n\t$email: String\r\n\t$product_id: Int\r\n\t$is_notify: String\r\n) {\r\n\tMpMageplazaFaqsAddQuestions(\r\n\t\tinput: {\r\n\t\t\tcontent: $content\r\n\t\t\tname: $name\r\n\t\t\temail: $email\r\n\t\t\tproduct_id: $product_id\r\n\t\t\tis_notify: $is_notify\r\n\t\t}\r\n\t) {\r\n\t\tstatus\r\n\t\tnotify\r\n\t}\r\n}\r\n","variables":"{\n\t\"content\": \" What languages does this extension support?\",\n      \"email\":\"mageplaza@example.com\",\n      \"is_notify\":\"1\",\n      \"name\":\"Mageplaza test\",\n      \"product_id\":1\n}"}},"url":"{{magento_base_url}}graphql","urlObject":{"host":["{{magento_base_url}}graphql"],"query":[],"variable":[]}},"response":[{"id":"47b03aa5-876f-4d59-8ada-a23763022aff","name":"Create Question Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql"},"url":"{{magento_base_url}}graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 25 Feb 2020 03:44:28 GMT"},{"key":"Server","value":"Apache/2.4.38 (Ubuntu)"},{"key":"Expires","value":"Mon, 25 Feb 2019 03:44:28 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=71jc9rk0j6dbr0872559thdq29; expires=Tue, 25-Feb-2020 04:44:28 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=08b0e7471c06d54a07982fe6582be910; expires=Fri, 22-Feb-2030 03:44:28 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=95da5b9f2cacca6658badf77b9adff16; expires=Fri, 22-Feb-2030 03:44:28 GMT; Max-Age=315360000; path=/"},{"key":"Set-Cookie","value":"private_content_version=260310dc38cb9736f3c742c62c191f56; expires=Fri, 22-Feb-2030 03:44:28 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":"98"},{"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        \"MpMageplazaFaqsAddQuestions\": {\n            \"status\": true,\n            \"notify\": \"Question is added successfully\"\n        }\n    }\n}"}],"_postman_id":"09ab51cd-d164-4736-b333-802a59b9c44d"},{"name":"Get Configs","id":"61a174ef-b347-4857-b2cd-75e05da09053","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  MpMageplazaFaqsGetConfig(storeId: 0){\r\n    faq_home_page {\r\n      category_column\r\n      design_style\r\n      enabled\r\n      layout\r\n      limit_question\r\n      link\r\n      question_style\r\n      route\r\n      title\r\n    }\r\n    general {\r\n      enabled\r\n      faq_color\r\n      is_show_helpful\r\n      rating_restrict\r\n    }\r\n    product_tab {\r\n      design_style\r\n      enabled\r\n      limit_question\r\n      question_style\r\n      show_date\r\n      show_name\r\n      title\r\n    }\r\n    term_condition {\r\n      content\r\n      enabled\r\n      popup_label\r\n      title\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}graphql","urlObject":{"host":["{{magento_base_url}}graphql"],"query":[],"variable":[]}},"response":[{"id":"3d0de49a-0460-4820-a16a-029732ebfd64","name":"Get Config Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"query{\r\n  MpMageplazaFaqsGetConfig(storeId: 1){\r\n    faq_home_page {\r\n      category_column\r\n      design_style\r\n      enabled\r\n      layout\r\n      limit_question\r\n      link\r\n      question_style\r\n      route\r\n      title\r\n    }\r\n    general {\r\n      enabled\r\n      faq_color\r\n      is_show_helpful\r\n      rating_restrict\r\n    }\r\n    product_tab {\r\n      design_style\r\n      enabled\r\n      limit_question\r\n      question_style\r\n      show_date\r\n      show_name\r\n      title\r\n    }\r\n    term_condition {\r\n      content\r\n      enabled\r\n      popup_label\r\n      title\r\n    }\r\n  }\r\n}","variables":""}},"url":"{{magento_base_url}}graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 17 Nov 2020 07:04:47 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Set-Cookie","value":"PHPSESSID=aful4j3a0k2idgf4q0i5ce9kbd; expires=Tue, 17-Nov-2020 08:04:47 GMT; Max-Age=3600; path=/thu/ce236a; domain=192.168.1.100; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=05b29b71d2507e8a0fe52b41b73c4d1f; expires=Fri, 15-Nov-2030 07:04:47 GMT; Max-Age=315360000; path=/"},{"key":"Expires","value":"Sun, 17 Nov 2019 07:04:47 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"552"},{"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        \"MpMageplazaFaqsGetConfig\": {\n            \"faq_home_page\": {\n                \"category_column\": 3,\n                \"design_style\": \"material\",\n                \"enabled\": true,\n                \"layout\": \"0\",\n                \"limit_question\": 5,\n                \"link\": null,\n                \"question_style\": \"1\",\n                \"route\": \"faq\",\n                \"title\": \"Frequently Answer and Question\"\n            },\n            \"general\": {\n                \"enabled\": true,\n                \"faq_color\": \"#1abc9c\",\n                \"is_show_helpful\": true,\n                \"rating_restrict\": \"0\"\n            },\n            \"product_tab\": {\n                \"design_style\": \"1\",\n                \"enabled\": true,\n                \"limit_question\": 5,\n                \"question_style\": \"1\",\n                \"show_date\": true,\n                \"show_name\": true,\n                \"title\": \"FAQs\"\n            },\n            \"term_condition\": {\n                \"content\": null,\n                \"enabled\": true,\n                \"popup_label\": true,\n                \"title\": true\n            }\n        }\n    }\n}"}],"_postman_id":"61a174ef-b347-4857-b2cd-75e05da09053"},{"name":"Vote Helpful","id":"7ea2b8ab-d537-4bba-9fc1-75523979a9ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tMpMageplazaFaqsAddHelpful(input: { articleId: 1, isHelpful: true })\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}graphql","urlObject":{"host":["{{magento_base_url}}graphql"],"query":[],"variable":[]}},"response":[{"id":"bc68fc5d-4070-4225-a413-92100b47199a","name":"Vote Helpful Example","originalRequest":{"method":"POST","header":[],"body":{"mode":"graphql","graphql":{"query":"mutation {\r\n\tMpMageplazaFaqsAddHelpful(input: { articleId: 1, isHelpful: true })\r\n}\r\n","variables":""}},"url":"{{magento_base_url}}graphql"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Jan 2021 04:13:01 GMT"},{"key":"Server","value":"Apache/2.4.18 (Ubuntu)"},{"key":"Expires","value":"Sat, 11 Jan 2020 04:13:01 GMT"},{"key":"Cache-Control","value":"max-age=0, must-revalidate, no-cache, no-store"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=7pqttkj19qbji0h7u9kk4vr3ae; expires=Mon, 11-Jan-2021 05:13:01 GMT; Max-Age=3600; path=/thu/ce235a; domain=192.168.1.100; HttpOnly"},{"key":"Set-Cookie","value":"private_content_version=4301dcd45170cf00cbf0a308b65d9edd; expires=Thu, 09-Jan-2031 04:13:01 GMT; Max-Age=315360000; path=/"},{"key":"X-Magento-Tags","value":"FPC"},{"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":"43"},{"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        \"MpMageplazaFaqsAddHelpful\": true\n    }\n}"}],"_postman_id":"7ea2b8ab-d537-4bba-9fc1-75523979a9ac"}]}