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