FleekHQ / apollo-cursor-pagination

Relay's Connection implementation for Apollo Server GraphQL library
MIT License
61 stars 12 forks source link

Allow Primary Keys Not Named Id #63

Open bassrock opened 3 years ago

bassrock commented 3 years ago

Primary key's in some databases are not always called id. This adds support to change the primary key field name if you need to.

(Also great library! Helped add pagination with no trouble at all!)