issues
search
d0si
/
vortex
Vortex framework project. Fast, extensible and easy to use backend framework
https://vortex.d0.si
MIT License
3
stars
1
forks
source link
[FEATURE] Implement GraphQL as the way to use Storage interface
#44
Open
ZigaBobnar
opened
4 years ago
ZigaBobnar
commented
4 years ago
Each storage backend should then implement a way to convert the graph query to correct driver query (be it mongodb query/filesystem/SQL/...) and return the response in form of graph response
ZigaBobnar
commented
4 years ago
Related to #22