gramps-graphql / gramps--legacy

The core data source combination engine of GrAMPS.

Home Page:https://gramps.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create helper function to convert data source to executable schema

jlengstorf opened this issue · comments

In order to allow data sources to be used in frameworks that require individual data sources to be executable schemas (e.g. qewl), we should add a helper that converts a GrAMPS data source to an executable schema + context + namespace.

See this comment for a potential solution.

Question: should this be a named export from @gramps/gramps?

This is now a duplicate of #26