Skip to main content
Version: 3.x

UploadError

No description

type UploadError {
field: String
message: String
code: UploadErrorCode!
}

Fields

UploadError.field ● String scalar

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

UploadError.message ● String scalar

The error message.

UploadError.code ● UploadErrorCode! non-null enum

The error code.

Member of

FileUpload object


Was this page helpful?