* Remove hasura and hasura-auth * Move all models to prisma * Start implementing graphql * chore: clean package json * chore: make the code build * chore: get initial graphql.tsx file * feature: use typegql as qgl server * refactor: small refactoring * refactor: clean tests * bugfix: make all filters not case sensitive * chore: remove unused imports --------- Co-authored-by: Sammy Teillet <sammy.teillet@gmail.com>
18 lines
180 B
Plaintext
18 lines
180 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "front"
|
|
},
|
|
{
|
|
"path": "server"
|
|
},
|
|
{
|
|
"path": "docs"
|
|
},
|
|
{
|
|
"path": ".",
|
|
"name": "root"
|
|
|
|
}
|
|
]
|
|
} |