INPUT_OBJECT

GoldenProductDocumentInput

Golden product document upload. Exactly one of (dataBase64 AND filename) or sourceUrl must be supplied.

link GraphQL Schema definition

  • input GoldenProductDocumentInput {
  • # The document data, base64 encoded.
  • dataBase64: String
  • # The filename that will be used to label this document.
  • filename: String
  • # A URL from which the document data can be fetched.
  • sourceUrl: String
  • # The ID from an existing document
  • documentId: ID
  • # The file size of the document in bytes.
  • size: Int
  • }