oslabs-beta / EmberQL

http://emberql.com/
MIT License
46 stars 2 forks source link

Graphql schema update #13

Closed rammarimuthu closed 2 years ago

rammarimuthu commented 2 years ago

GraphQL Schema updated to use type relations GenreType added addGenre, deleteGenre, updateBook, updateAuthor, deleteBook created or modified and all seem to be working Changed export.modules to export default in db.js to allow for import in schema.ts

Typescript typing still needed in schema. Querying for all books with authors and genres causes psql error: too many connections for role