OBJECT

GenerateS3MultipartUploadPayload

Autogenerated return type of GenerateS3MultipartUpload

link GraphQL Schema definition

  • type GenerateS3MultipartUploadPayload {
  • # S3 access key ID
  • aws_key: String
  • # S3 Bucket name
  • bucket: String
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # If the authenticated session indicates that the main user is observing a
  • # sub-user, the current_observer response object will contain the observer User
  • # object.
  • current_observer: User
  • # If the request is authenticated, the current_user response object will contain
  • # the authenticated User object.
  • current_user: User
  • errors: [UserError!]
  • # key of the multipart upload
  • key: String
  • }