Open dannying opened 5 years ago
@dannying did you find any solution?
@abdullah-almesbahi No:( I decided to create admin framework for graphql, it quickly and right solution in my opinion. You can try to use ra-data-graphql adapter and graphql yoga, but I couldn't connect them. Maybe you be able
How can I upload images ? I added the "picture" field. when I try to select an image and click on the save, I get the error Cannot read property 'name' of null.
my mutation arguments: data: {name:"string", image: {create: src:"string"}}