import { ShopifyCartMetafieldsSetPayload } from '@daffodil/driver/shopify'
Return type for cartMetafieldsSet mutation.
interface ShopifyCartMetafieldsSetPayload {
__typename: "CartMetafieldsSetPayload"
metafields: ShopifyMetafield[]
userErrors: ShopifyMetafieldsSetUserError[]
}
__typename "CartMetafieldsSetPayload" |
|---|
metafields ShopifyMetafield[] |
|---|
The list of cart metafields that were set. |
userErrors ShopifyMetafieldsSetUserError[] |
|---|
The list of errors that occurred from executing the mutation. |