grand-stack-starter
grand-stack-starter copied to clipboard
Simple starter project for GRANDstack full stack apps
the default schema will not be compatible with existing databases (should probably check that, or that the db is empty) an `npm run inferSchema` that updates the schema file would...
I might have had it installed globally? Perhaps a note makes sense.
I used an alias in my graphql query but all the react queries failed because the sorting has to contain the original name not the alias. Not sure if that's...
The GraphQL schema was updated slightly - ensure the Angular client works with the updated schema.
Codesandbox can host both node.js and React apps, but I'm not sure how it handles monorepos. Perhaps deploys as two separate codesandboxes?
I'm used to working on python/graphene, so my question is likely simply a matter of my not being familiar with graphql-js and how neo4j-graphql fits in.
Hey, I had to make some adjustments for making the backend `api` as a micro-service. You can check the new template repo: https://github.com/denvash/GRANDstack-backend-starter > Features > > - Backend as...
The ability to use a modular or plugin based graphql schema would help greatly with using GraphQL in extensible applications using the GRAND stack.
Just tried the docker-compose route for spinning up the master branch, which fails out of the box just now because [.env](https://github.com/grand-stack/grand-stack-starter/blob/master/ui/.env) is pointing to localhost:4001 instead of localhost:4000. Was committed...
Hello , i'm trying to add dateTime scalar, i followed this tuto [https://www.okgrow.com/posts/using-scalar-types-to-improve-graphql-schemas](url) , i populated my seeder with data, added a dateTime field to my type and inserted some...