Home > @infiniteobjects/shopify-data-manager > AdminTypes > FileUpdatePayload
Return type for fileUpdate mutation.
Signature:
export interface FileUpdatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| files? | Maybe<Array<File>> | (Optional) The list of updated files. | |
| userErrors | Array<FilesUserError> | The list of errors that occurred from executing the mutation. |