UrlFileUploadPayload
Autogenerated return type of UrlFileUpload.
type UrlFileUploadPayload {
clientMutationId: String
data: Attachment
errors: [Error!]!
}
Fields
UrlFileUploadPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UrlFileUploadPayload.data ● Attachment object
Uploaded attachment data.
UrlFileUploadPayload.errors ● [Error!]! non-null object
List of errors
Returned By
urlFileUpload mutation