OBJECT

PresignedUrl

A presigned url object for s3 uploads

link GraphQL Schema definition

  • type PresignedUrl {
  • id: ID!
  • order: Int
  • # Relative URL path for the file
  • path: String!
  • # URL for an S3 private object that is public for a week time
  • presigned_url: String!
  • }