No content to show
User Activity
01-31-2023
I am facing the same issue.Attaching the curls if anyone can help me out. for stagedUploadImage: return await axiosGQL({
data: {
query: `mutation generateStagedUploads {
stagedUploadsCreate(input: [
{
filename: "${image.name}",
mimeType: "${image.typ...
Is this resolved? I am facing the same issue.Attaching the curls if anyone can help me out. for stagedUploadImage:return await axiosGQL({data: {query: `mutation generateStagedUploads {stagedUploadsCreate(input: [{filename: "${image.name}",mimeType: "...