stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > StorefrontAccessTokenDeletePayload

AdminTypes.StorefrontAccessTokenDeletePayload interface

Return type for storefrontAccessTokenDelete mutation.

Signature:

export interface StorefrontAccessTokenDeletePayload 

Properties

Property Modifiers Type Description
deletedStorefrontAccessTokenId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the deleted storefront access token.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.