Skip to content

Commit

Permalink
Update docs, getting started guide and mutations
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco committed Oct 5, 2019
1 parent 50ba673 commit 52ee2cf
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 19 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
![MIT license](https://img.shields.io/github/license/dosco/super-graph.svg)
![Docker build](https://img.shields.io/docker/cloud/build/dosco/super-graph.svg)
![Cloud native](https://img.shields.io/badge/cloud--native-enabled-blue.svg)
[![Discord Chat](https://img.shields.io/discord/628796009539043348.svg)](https://discord.gg/6pSWCTZ)

Get an instant high performance GraphQL API for Postgres. No code needed. GraphQL is automatically transformed into efficient database queries.

![GraphQL](docs/.vuepress/public/graphql.png?raw=true "")
![Join Chat](https://discord.gg/NKdXBc "")

## The story of Super Graph?

Expand Down Expand Up @@ -45,7 +47,9 @@ This compiler is what sits at the heart of Super Graph with layers of useful fun

## Contact me

[twitter.com/dosco](https://twitter.com/dosco)
[twitter/dosco](https://twitter.com/dosco)

[chat/super-graph](https://discord.gg/6pSWCTZ)

## License

Expand Down
2 changes: 1 addition & 1 deletion config/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enable_tracing: true

# Watch the config folder and reload Super Graph
# with the new configs when a change is detected
reload_on_config_change: true
reload_on_config_change: false

# File that points to the database seeding script
# seed_file: seed.js
Expand Down
2 changes: 2 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ module.exports = {
{ text: 'Deploy', link: '/deploy' },
{ text: 'Github', link: 'https://github.com/dosco/super-graph' },
{ text: 'Docker', link: 'https://hub.docker.com/r/dosco/super-graph/builds' },
{ text: 'Join Chat', link: 'https://discord.gg/NKdXBc' },

],
serviceWorker: {
updatePopup: true
Expand Down
Loading

0 comments on commit 52ee2cf

Please sign in to comment.