timkendall / tql

A GraphQL query builder for TypeScript. Avoid the pain of codegen.
https://tql.dev
MIT License
133 stars 6 forks source link

Make all dependencies optional #79

Closed timkendall closed 2 years ago

timkendall commented 2 years ago

We really don't have any need for any runtime dependencies besides graphql (which can be a peerDependency).