Skip to content

Commit

Permalink
Issue Fixed bagisto#337
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank-webkul committed Oct 9, 2024
1 parent 9ecf19d commit 302fa29
Show file tree
Hide file tree
Showing 7 changed files with 198 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@
"body": {
"mode": "graphql",
"graphql": {
"query": "query products {\n\tproducts (\n # first:11\n # page: 1\n input: {\n id: 1\n # type: \"configurable\"\n # sku: \"abc\"\n # parentId: 1\n # attributeFamily: \"1\"\n # qty: 10\n }\n ) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n sku\n type\n parentId\n attributeFamilyId\n productNumber\n name\n shortDescription\n description\n urlKey\n shareURL\n new\n featured\n status\n guestCheckout\n visibleIndividually\n metaTitle\n metaKeywords\n metaDescription\n price\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n parentId\n attributeFamilyId\n createdAt\n updatedAt\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n productId\n attributeId\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n position\n logoPath\n logoUrl\n status\n displayMode\n lft\n rgt\n parentId\n additional\n bannerPath\n bannerUrl\n name\n slug\n urlPath\n description\n metaTitle\n metaDescription\n metaKeywords\n localeId\n createdAt\n updatedAt\n filterableAttributes {\n id\n code\n adminName\n type\n position\n }\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\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 }\n cacheBaseImage {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n cacheGalleryImages {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n name\n title\n rating\n comment\n status\n productId\n customerId\n createdAt\n updatedAt\n images {\n id\n reviewId\n type\n mimeType\n path\n url\n }\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n fileUrl\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n fileUrl\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n relatedProducts {\n id\n }\n upSells {\n id\n }\n crossSells {\n id\n }\n }\n }\n}",
"query": "query products {\n\tproducts (input: {\n page: 1\n limit: 10\n productId: 143\n type: \"simple\"\n sku: \"simple\"\n name: \"Simple\"\n attributeFamily: 1\n channel: \"default\"\n }) {\n paginatorInfo {\n count\n currentPage\n lastPage\n total\n }\n data {\n id\n sku\n type\n parentId\n attributeFamilyId\n productNumber\n name\n shortDescription\n description\n urlKey\n shareURL\n new\n featured\n status\n guestCheckout\n visibleIndividually\n metaTitle\n metaKeywords\n metaDescription\n price\n specialPrice\n specialPriceFrom\n specialPriceTo\n weight\n parentId\n attributeFamilyId\n createdAt\n updatedAt\n variants {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n parent {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n attributeFamily {\n id\n code\n name\n status\n isUserDefined\n }\n attributeValues {\n id\n locale\n channel\n textValue\n booleanValue\n integerValue\n floatValue\n dateTimeValue\n dateValue\n jsonValue\n productId\n attributeId\n attribute {\n id\n code\n adminName\n type\n }\n }\n superAttributes {\n id\n code\n adminName\n type\n position\n }\n categories {\n id\n position\n logoPath\n logoUrl\n status\n displayMode\n lft\n rgt\n parentId\n additional\n bannerPath\n bannerUrl\n name\n slug\n urlPath\n description\n metaTitle\n metaDescription\n metaKeywords\n localeId\n createdAt\n updatedAt\n filterableAttributes {\n id\n code\n adminName\n type\n position\n }\n }\n inventories {\n id\n qty\n productId\n inventorySourceId\n vendorId\n inventorySource {\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 }\n cacheBaseImage {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n cacheGalleryImages {\n smallImageUrl\n mediumImageUrl\n largeImageUrl\n originalImageUrl\n }\n images {\n id\n type\n path\n productId\n }\n orderedInventories {\n id\n qty\n productId\n channelId\n }\n reviews {\n id\n name\n title\n rating\n comment\n status\n productId\n customerId\n createdAt\n updatedAt\n images {\n id\n reviewId\n type\n mimeType\n path\n url\n }\n }\n groupedProducts {\n id\n qty\n sortOrder\n productId\n associatedProductId\n associatedProduct {\n id\n type\n attributeFamilyId\n sku\n parentId\n }\n }\n downloadableSamples {\n id\n url\n file\n fileName\n fileUrl\n type\n sortOrder\n productId\n createdAt\n updatedAt\n translations {\n id\n locale\n title\n productDownloadableSampleId\n }\n }\n downloadableLinks {\n id\n title\n price\n url\n file\n fileName\n fileUrl\n type\n sampleUrl\n sampleFile\n sampleFileName\n sampleType\n sortOrder\n productId\n downloads\n translations {\n id\n locale\n title\n productDownloadableLinkId\n }\n }\n bundleOptions {\n id\n type\n isRequired\n sortOrder\n productId\n bundleOptionProducts {\n id\n qty\n isUserDefined\n sortOrder\n isDefault\n productBundleOptionId\n productId\n }\n translations {\n id\n locale\n label\n productBundleOptionId\n }\n }\n customerGroupPrices {\n id\n qty\n valueType\n value\n productId\n customerGroupId\n createdAt\n updatedAt\n }\n relatedProducts {\n id\n }\n upSells {\n id\n }\n crossSells {\n id\n }\n }\n }\n}",
"variables": ""
}
},
Expand Down
Loading

0 comments on commit 302fa29

Please sign in to comment.