AmGiftCardCartItem options does not return delivery date via graphql

AmGiftCardCartItem options does not return delivery date via graphql

When querying a Gift Card Cart Item and getting the options that were entered such as recipient name like such;
```
... on AmGiftCardCartItem {
        am_giftcard_options {
          code
          label
          value
        }
        quantity
        uid
      }
```
the delivery date is not returned.