Add support for prepared statements

This commit is contained in:
Vikram Rangnekar
2019-07-29 01:13:33 -04:00
parent 4c07ad1102
commit 2d8fc2b7e2
19 changed files with 493 additions and 63 deletions

View File

@ -5,7 +5,7 @@ module.exports = {
themeConfig: {
logo: '/logo.svg',
nav: [
{ text: 'Guide', link: '/guide' },
{ text: 'Docs', link: '/guide' },
{ text: 'Install', link: '/install' },
{ text: 'Github', link: 'https://github.com/dosco/super-graph' },
{ text: 'Docker', link: 'https://hub.docker.com/r/dosco/super-graph/builds' },