GitHub

ShopifyCartMetafieldDeletePayload

interface

import { ShopifyCartMetafieldDeletePayload } from '@daffodil/driver/shopify'

Return type for cartMetafieldDelete mutation.

interface ShopifyCartMetafieldDeletePayload {
  __typename: "CartMetafieldDeletePayload"
  deletedId: string
  userErrors: ShopifyMetafieldDeleteUserError[]
}

Properties

__typename
"CartMetafieldDeletePayload"
deletedId
string

The ID of the deleted cart metafield.

userErrors
ShopifyMetafieldDeleteUserError[]

The list of errors that occurred from executing the mutation.