OBJECT

FormResultSignedAttachmentPath

An entity that holds the signed path for a form result attachment.

link GraphQL Schema definition

  • type FormResultSignedAttachmentPath {
  • # The signed path for the form result attachment.
  • path: String!
  • }