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