stack

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

AdminTypes.FileCreatePayload interface

Return type for fileCreate mutation.

Signature:

export interface FileCreatePayload 

Properties

Property Modifiers Type Description
files?   Maybe<Array<File>> (Optional) The newly created files.
userErrors   Array<FilesUserError> The list of errors that occurred from executing the mutation.