OBJECT

AssetDocuments

Mutations that act on AssetDocuments

link GraphQL Schema definition

  • type AssetDocuments {
  • # Emails document attachment.
  • #
  • # Arguments
  • # id: The ID of the document.
  • # email: The email information to send.
  • emailAttachment(id: Int!, email: EmailSummary!): sendEmall
  • }