47degrees/github4s

Add node_id to domain objects

dcsobral opened this issue · 0 comments

If one needs to use graphql for something, then node_id is used to identify an object returned by the REST API on the GraphQL API. It would be quite helpful, therefore, to have those available on the domain objects for query results.

More information at https://developer.github.com/v4/guides/using-global-node-ids/