I think the grandstack should add away to implement file upload with graphql either implement away to help us add a custom resolver to do that along side a specific neo4j-graphql-js endpoint especially on multiple files. Or anyone who has managed to build a file upload with grandstack please share the idea/code will be really helpful. @william.lyon
1 Like
Wow. No one answered this till now. Please let me know if you managed to fix this
Neo4j/graphql doesn't expose upload mechanism. The best upproach to go about it is to use Apollo-express for graphql and create a rest endpoints for uploading files.
1 Like