-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mssql dialect and replace playground with GraphiQL #58
base: master
Are you sure you want to change the base?
Conversation
You're doing awesome work on this! Does things still work on non mssql implementations, or have your fork now been changed to only do mssql? |
All dialects should still work. I mostly test with sqlite. Run-time time target is a fork of graphql-mongodb-server that I called graphql-knex-server (I may rename it graphql-sql-server. ). I only transfer config, types and resolvers rather than create a full scaffold. I will rebase soon to tidy up. |
It would be awesome if this could get merged. What are the changes of that? |
If you are interested, please merge. Happy to discuss any changes.