You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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"}}
The text was updated successfully, but these errors were encountered: