dgraphlite / GraphQLite

A limited feature Dgraph like GraphQL API and database
Apache License 2.0
1 stars 0 forks source link

Initialize by posting GraphQL schema #18

Open verneleem opened 3 years ago

verneleem commented 3 years ago

Or by pulling a schema from an online Dgraph database. ;)

maaft commented 3 years ago

I think we should start with dgraph-like schema posting. We could potentially re-use their code for this to get started quickly.

When this works, we can explore other options like pulling from dgraph alpha.