Home > @infiniteobjects/shopify-data-manager > AdminTypes > StorefrontAccessTokenDeletePayload
Return type for storefrontAccessTokenDelete
mutation.
Signature:
export interface StorefrontAccessTokenDeletePayload
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. |