rexxars / sql-to-graphql

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

Add support for Relay Node field #23

Closed rexxars closed 9 years ago

rexxars commented 9 years ago

This PR introduces basic support for Relay's Node field, which turns the id field into a globally unique ID. Closes #13 and #14.