captbaritone / grats

Implementation-First GraphQL for TypeScript

Home Page:https://grats.capt.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove dependency on graphql-tools

captbaritone opened this issue · comments

In order to "move fast" during development we added a dependency on graphql-tools/utils. Our use of them is pretty minimal, so in keeping with our Design Principles we should try to extract just the bits we need with our own minimal implementations.