rexxars / sql-to-graphql

Generate a GraphQL API based on your SQL database structure
MIT License
592 stars 73 forks source link

One-to-many relationship support #29

Closed rexxars closed 9 years ago

rexxars commented 9 years ago

This PR adds some basic support for one-to-many relationships. Closes #10.