documentAdd
Upload and attach a document to an entity.
documentAdd(
file: Upload!
relatedObjectId: ID!
description: String
): DocumentAdd!
Arguments
documentAdd.file ● Upload! non-null scalar
documentAdd.relatedObjectId ● ID! non-null scalar
documentAdd.description ● String scalar
Type
DocumentAdd object
Result of document add mutation.