Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: grand-stack/grand-stack-starter

v0.0.5

14 Nov 18:30
Compare
Choose a tag to compare

API

  • Updates for neo4j-graphql-js v1.0.5+
  • Add Prettier pre-commit hooks

UI

  • Update dependency versions
  • Add Prettier pre-commit hooks

v0.0.4

13 Sep 20:55
3cc0d2a
Compare
Choose a tag to compare

API

  • Use auto-generated Query and Mutation types
  • Updates for neo4j-graphql-js v0.2.0

UI

  • Use orderBy param for data table ordering

v0.0.3 Release

18 Jul 22:15
Compare
Choose a tag to compare

UI

  • Add Material-UI
  • Add Material-UI table example

API

  • Update neo4j-graphql-js version

v0.0.2 Release

03 Jun 15:14
Compare
Choose a tag to compare

UI

  • Add Apollo Client
  • Use GraphQL URI from .env
  • Add UserList component and basic GraphQL query
  • Add quickstart and deployment instructions to README

API

  • Add neo4j-graphql-js
  • Use neo4j-graphql-js to handle resolver
  • Specify Neo4j connection string and credentials in .env
  • Set environment variables from .env with dotenv
  • Inject Neo4j driver instance in GraphQL context
  • Add configure section in README
  • Add seed script
  • Use augmentSchema to add auto-generated mutations

Initial Release

01 Jun 16:55
Compare
Choose a tag to compare
  • create-react-app template React app
  • GraphQL server using Apollo Server 2.0
  • skeleton GraphQL schema and resolvers