Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Activity for Phtremorâ€
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Comment | Post #287432 |
Yes its a graphQl mutation. The Flutter code that's pushing the query works fine. For instance when I remove the project_logo field and value, I'm able to push and update the data to my strapi backend.
The problem I'm facing really is on how I can upload an image to strapi using a graphQl query.
... (more) |
— | about 2 years ago |
Edit | Post #287432 | Initial revision | — | about 2 years ago |
Question | — |
How can I upload images or files to strapi using graphQl How can I upload images or files to strapi using graphQl. I'm using Cloudinary as the image provider. The strapi admin panel works fine, uploads the images to cloudinary. But, when using graphQl mutation I get an error. This is the mutation I've tried `''' mutation { createProject(d... (more) |
— | about 2 years ago |