cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

File upload Grandstack

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 ACCEPTED SOLUTION

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.

View solution in original post

2 REPLIES 2

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.