gramps-graphql / gramps--legacy

The core data source combination engine of GrAMPS.
https://gramps.js.org
MIT License
197 stars 13 forks source link

The addResolveFunctionsToSchema function takes named options now #118

Closed MichaelBosch closed 5 years ago

MichaelBosch commented 5 years ago

Going through the quickstart gives this error: The addResolveFunctionsToSchema function takes named options now; see IAddResolveFunctionsToSchemaOptions /gramps/dist/index.js:35 app.use('/graphql', (0, _apolloServerExpress.graphqlExpress)(GraphQLOptions));

jacobfike commented 5 years ago

I also see this error, but my code can still run.

@jlengstorf Is this project no longer being worked on?

ryanomackey commented 5 years ago

Hey all! Sorry for the very belated response. This project is still being maintained, but it's just me for the most part. However, I am in the process of making it a monorepo in order to make it a bit easier to maintain, so look forward to a bit more active maintainance going forward.

To that end, I'm going to revisit this once I get that up and running.