Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion generated/graphql.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions graphql/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -21350,6 +21350,8 @@ enum ProductErrorCode @doc(category: "Products") {
PRODUCT_NOT_ASSIGNED_TO_CHANNEL
UNSUPPORTED_MEDIA_PROVIDER
PREORDER_VARIANT_CANNOT_BE_DEACTIVATED
INVALID_FILE_TYPE
UNSUPPORTED_MIME_TYPE
}

input ProductAttributeAssignInput @doc(category: "Products") {
Expand Down Expand Up @@ -28083,6 +28085,8 @@ type UploadError {

enum UploadErrorCode {
GRAPHQL_ERROR
INVALID_FILE_TYPE
UNSUPPORTED_MIME_TYPE
}

"""
Expand Down