MikeBild / graphql-pouch

GraphQL runtime using PouchDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support one to many relations

MikeBild opened this issue · comments

Support one to many relations and resolve list of keys to documents.

e.g. Post.Tags
Post.tagsIds -> [Tags]

solved