OBJECT

SignedUrl

The url to upload an image to.

link GraphQL Schema definition

  • type SignedUrl {
  • # The URL to upload an image to.
  • url: String!
  • # The S3 path to the file relative to the client.
  • path: String!
  • }