CreateAttachmentPayload
Autogenerated return type of CreateAttachment
type CreateAttachmentPayload {
attachment: Attachment
clientMutationId: String
errors: [String!]
}
Fields
CreateAttachmentPayload.attachment
● Attachment
object
CreateAttachmentPayload.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
CreateAttachmentPayload.errors
● [String!]
list scalar
Returned by
createAttachment
mutation