From 170d5342b7937df95298062d5a5015cd006dd7e6 Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Wed, 20 Jan 2021 14:13:51 -0600 Subject: [PATCH 1/2] GraphQL: Add type attribute to CustomizableDateValue --- .../v2.4/graphql/interfaces/customizable-option-interface.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md b/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md index f800ca66292..bc6a4b30629 100644 --- a/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md +++ b/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md @@ -92,6 +92,7 @@ Attribute | Type | Description `price` | Float | The price assigned to this option `price_type` | PriceTypeEnum | FIXED, PERCENT, or DYNAMIC `sku` | String | The Stock Keeping Unit for this option +`type` | CustomizableDateTypeEnum | `date`, `date_time`, or `time` `uid` | ID! | The unique ID for a `CustomizableDateValue` object ## CustomizableDropDownOption object From 03128ab5dd27efbf070c09aaba5fd32e018c292f Mon Sep 17 00:00:00 2001 From: Kevin Harper Date: Thu, 11 Feb 2021 15:51:53 -0600 Subject: [PATCH 2/2] Update customizable-option-interface.md --- .../v2.4/graphql/interfaces/customizable-option-interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md b/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md index bc6a4b30629..57441ef5917 100644 --- a/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md +++ b/src/guides/v2.4/graphql/interfaces/customizable-option-interface.md @@ -92,7 +92,7 @@ Attribute | Type | Description `price` | Float | The price assigned to this option `price_type` | PriceTypeEnum | FIXED, PERCENT, or DYNAMIC `sku` | String | The Stock Keeping Unit for this option -`type` | CustomizableDateTypeEnum | `date`, `date_time`, or `time` +`type` | CustomizableDateTypeEnum | `DATE`, `DATE_TIME`, or `TIME` `uid` | ID! | The unique ID for a `CustomizableDateValue` object ## CustomizableDropDownOption object