stack

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

AdminTypes.FileDeletePayload interface

Return type for fileDelete mutation.

Signature:

export interface FileDeletePayload 

Properties

Property Modifiers Type Description
deletedFileIds?   Maybe<Array<Scalars[‘ID’][‘output’]>> (Optional) The IDs of the deleted files.
userErrors   Array<FilesUserError> The list of errors that occurred from executing the mutation.