ColeWalker / twitch-graphql

A GraphQL wrapper for the twitch api
MIT License
14 stars 2 forks source link

Should be usable as a library as well as a server #49

Closed ColeWalker closed 4 years ago

ColeWalker commented 4 years ago

We can leave auth to .env still, but allow for command arguments too.

Should have each module as an export, and schemas and resolvers as well, because those would be usable in any graphql server.

Will need typescript typings for everything possible, so interfaces will be included in this milestone.

ColeWalker commented 4 years ago

I think this should be relatively simple. First we must move everything currently in index.ts to server.ts , then we will import all modules to be exported into index.ts.