This repository was archived by the owner on Jul 20, 2023. It is now read-only.
Tags: timkendall/tql
Tags
Ast rewrite (#88) * Star rewriting on standard graphql-js AST * Add result 3 * Use Node 16 * Add pnpm-lock.yaml * Fix intelliscence nullability * Fix Result type nullability * Rename type tests * Refactor Result type * Fix example add critical comment * Helpful comment * Implement fragment support idea * Simplify inline fragment implementation * Fix simple-scalar type test * Actually implement SpreadFragments correctly * Fix union test * Add a little complexity to union test * Get deep Variables working * Add variables in fragments test * Patch type tests * Implement Selection runtime class * Add simple parameterized schema type test * Remove unneeded comments * Re-implement most of codegen * Implement codegen extends * Pass through variable type parameters * Update .gitignore * Support ReadonlyArray in schemas * Remove unneeded files * Generate inline fragment selectior fns * Use TypedDocumentNode from @apollo/client * Comment out codegen test * Update readme and docs * Split codegen into seperate package * Uncomment Variables tests * Remove codegen prepublish and prepush cmds * Set tql-gen to 1.0.0-rc.1 * Add description to tql-gen * Remove prepublish and prepush cmds * Add sideEffects false to package.json * Update README and limitations doc
PreviousNext