Skip to content

Commit

Permalink
[Updated: postman collections]
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-webkul committed Aug 1, 2023
1 parent 8bea6dd commit 1596f67
Show file tree
Hide file tree
Showing 10 changed files with 184 additions and 155 deletions.
40 changes: 20 additions & 20 deletions Postman_APIs/Collections/Catalog.postman_collection.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Postman_APIs/Collections/Cms.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Cms",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
"_exporter_id": "1890198",
"_collection_link": "https://web.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-9ab23eba-6863-420b-8128-7280a1145a80?action=share&creator=1890198&source=collection_link"
"_collection_link": "https://warped-spaceship-266216.postman.co/workspace/Mp-GraphQL-v1.4.5~c28c7776-3758-45f3-9666-bddf8ef9b25d/collection/1890198-9ab23eba-6863-420b-8128-7280a1145a80?action=share&creator=1890198&source=collection_link"
},
"item": [
{
Expand Down Expand Up @@ -150,7 +150,7 @@
"body": {
"mode": "graphql",
"graphql": {
"query": "mutation updateCmsPage {\n updateCmsPage(id: 13 , input: {\n \tpageTitle: \"Term & Condition\"\n channels: [1]\n htmlContent: \"What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"\n metaTitle: \"Why do we use it?\"\n urlKey: \"term-and-condition\"\n metaKeywords: \"Why do we use it?\"\n metaDescription: \"Why do we use it?\"\n layout: \"\"\n locale: \"\"\n }) {\n id\n layout\n createdAt\n updatedAt\n translations {\n id\n urlKey\n metaDescription\n metaTitle\n pageTitle\n metaKeywords\n htmlContent\n locale\n cmsPageId\n }\n channels {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}\n",
"query": "mutation updateCmsPage {\n updateCmsPage(id: 1 , input: {\n \tpageTitle: \"Term & Condition\"\n channels: [1]\n htmlContent: \"What is Lorem Ipsum? Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.\"\n metaTitle: \"Why do we use it?\"\n urlKey: \"term-and-condition\"\n metaKeywords: \"Why do we use it?\"\n metaDescription: \"Why do we use it?\"\n layout: \"\"\n locale: \"\"\n }) {\n id\n layout\n createdAt\n updatedAt\n translations {\n id\n urlKey\n metaDescription\n metaTitle\n pageTitle\n metaKeywords\n htmlContent\n locale\n cmsPageId\n }\n channels {\n id\n code\n name\n description\n theme\n homePageContent\n footerContent\n hostname\n defaultLocaleId\n baseCurrencyId\n rootCategoryId\n homeSeo\n locales {\n id\n name\n code\n direction\n }\n defaultLocale\n currencies {\n id\n name\n code\n symbol\n }\n inventorySources {\n id\n code\n name\n description\n contactName\n contactEmail\n contactNumber\n contactFax\n country\n state\n city\n street\n postcode\n priority\n latitude\n longitude\n status\n }\n baseCurrency\n rootCategory\n logoUrl\n faviconUrl\n }\n }\n}\n",
"variables": ""
}
},
Expand Down Expand Up @@ -180,7 +180,7 @@
"body": {
"mode": "graphql",
"graphql": {
"query": "mutation deleteCmsPage {\n deleteCmsPage(id: 12) {\n success\n }\n}",
"query": "mutation deleteCmsPage {\n deleteCmsPage(id: 1) {\n success\n }\n}",
"variables": ""
}
},
Expand Down
Loading

0 comments on commit 1596f67

Please sign in to comment.