OBJECT

AssetUploadResponse

link GraphQL Schema definition

  • type AssetUploadResponse {
  • # The URL to upload the file to.
  • url: String!
  • # The asset that was created.
  • asset: Asset!
  • }

link Require by