GraphQL Error (Code: 504): {"response":{"status":504,"headers":{},"body":"<html>\r\n<head><title>504 Gateway Time-out</title></head>\r\n<body>\r\n<center><h1>504 Gateway Time-out</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"},"request":{"query":"query getProduct($slug: ID!, $frontEndUrl: String = \"\") {\n product(id: $slug, idType: SLUG) {\n name\n type\n databaseId\n id\n fullYoastHead(sanitize: true, frontendUrl: $frontEndUrl)\n metaData {\n id\n key\n value\n }\n slug\n sku\n description\n rawDescription: description(format: RAW)\n shortDescription\n ...ProductWithAttributes\n ...ProductCategories\n ...Terms\n ...SimpleProduct\n ...VariableProduct\n ...ExternalProduct\n related(first: 5) {\n nodes {\n ...SimpleProduct\n ...VariableProduct\n ...ExternalProduct\n }\n }\n reviews(first: 100) {\n averageRating\n edges {\n rating\n node {\n ...Comment\n }\n }\n }\n }\n}\n\nfragment ProductWithAttributes on ProductWithAttributes {\n attributes {\n nodes {\n ...ProductAttribute\n }\n }\n}\n\nfragment ProductAttribute on ProductAttribute {\n variation\n name\n id\n options\n label\n scope\n ... on GlobalProductAttribute {\n terms(where: {orderby: TERM_ORDER, order: ASC}) {\n nodes {\n name\n slug\n taxonomyName\n databaseId\n }\n }\n }\n}\n\nfragment ProductCategories on Product {\n productCategories {\n nodes {\n databaseId\n slug\n name\n count\n }\n }\n}\n\nfragment Terms on Product {\n terms(first: 100) {\n nodes {\n taxonomyName\n slug\n }\n }\n}\n\nfragment SimpleProduct on SimpleProduct {\n name\n slug\n price\n rawPrice: price(format: RAW)\n date\n regularPrice\n rawRegularPrice: regularPrice(format: RAW)\n salePrice\n rawSalePrice: salePrice(format: RAW)\n stockStatus\n stockQuantity\n lowStockAmount\n onSale\n averageRating\n weight\n length\n width\n height\n reviewCount\n virtual\n image {\n sourceUrl\n altText\n title\n databaseId\n cartSourceUrl: sourceUrl(size: THUMBNAIL)\n productCardSourceUrl: sourceUrl(size: WOOCOMMERCE_THUMBNAIL)\n }\n galleryImages(first: 20) {\n nodes {\n ...Image\n databaseId\n }\n }\n}\n\nfragment Image on MediaItem {\n sourceUrl\n altText\n title\n databaseId\n}\n\nfragment VariableProduct on VariableProduct {\n name\n slug\n price\n rawPrice: price(format: RAW)\n date\n regularPrice\n rawRegularPrice: regularPrice(format: RAW)\n salePrice\n rawSalePrice: salePrice(format: RAW)\n stockStatus\n stockQuantity\n lowStockAmount\n onSale\n weight\n length\n width\n height\n image {\n sourceUrl\n altText\n title\n databaseId\n cartSourceUrl: sourceUrl(size: THUMBNAIL)\n productCardSourceUrl: sourceUrl(size: WOOCOMMERCE_THUMBNAIL)\n }\n averageRating\n reviewCount\n totalSales\n defaultAttributes {\n nodes {\n ...VariationAttribute\n }\n }\n variations(first: 100) {\n nodes {\n ...ProductVariation\n }\n }\n galleryImages(first: 20) {\n nodes {\n ...Image\n databaseId\n }\n }\n}\n\nfragment VariationAttribute on VariationAttribute {\n name\n attributeId\n value\n label\n}\n\nfragment ProductVariation on ProductVariation {\n name\n databaseId\n price\n regularPrice\n salePrice\n rawSalePrice: salePrice(format: RAW)\n slug\n stockQuantity\n stockStatus\n hasAttributes\n image {\n sourceUrl\n altText\n title\n databaseId\n cartSourceUrl: sourceUrl(size: THUMBNAIL)\n productCardSourceUrl: sourceUrl(size: WOOCOMMERCE_THUMBNAIL)\n }\n attributes {\n nodes {\n ...VariationAttribute\n }\n }\n}\n\nfragment ExternalProduct on ExternalProduct {\n externalUrl\n buttonText\n ...ProductPricing\n image {\n sourceUrl\n altText\n title\n databaseId\n cartSourceUrl: sourceUrl(size: THUMBNAIL)\n productCardSourceUrl: sourceUrl(size: WOOCOMMERCE_THUMBNAIL)\n }\n galleryImages(first: 20) {\n nodes {\n ...Image\n databaseId\n }\n }\n}\n\nfragment ProductPricing on ProductWithPricing {\n price\n rawPrice: price(format: RAW)\n regularPrice\n rawRegularPrice: regularPrice(format: RAW)\n salePrice\n rawSalePrice: salePrice(format: RAW)\n ... on SimpleProduct {\n onSale\n }\n ... on VariableProduct {\n onSale\n }\n ... on ExternalProduct {\n onSale\n }\n ... on GroupProduct {\n onSale\n }\n ... on ProductVariation {\n onSale\n }\n}\n\nfragment Comment on Comment {\n content\n id\n date\n author {\n node {\n name\n avatar {\n url\n }\n }\n }\n}","variables":{"slug":"pointed-control-knob-1-4-thread-size-1-2l-gp-phenolic","frontEndUrl":"http://shop.uptshop.com"}}}
