Skip to content

Commit

Permalink
docs: provide better links & ref to original GraphQLQueryBuilder project
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding authored Oct 6, 2023
1 parent 37d0c3c commit 8d6c46f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions packages/graphql/src/services/graphqlQueryBuilder.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
/**
* This GraphqlQueryBuilder class is a lib that already exist
* but was causing issues with TypeScript, RequireJS and other bundler/packagers
* and so I rewrote it in pure TypeScript.
* This GraphqlQueryBuilder class is a lib that already existed
* but was causing issues with TypeScript, RequireJS and other bundler/packagers,
* so I simply rewrote the code in TypeScript to make it easier to import.
*
* The previous lib can be viewed here at this Github
* https://github.com/codemeasandwich/graphql-query-builder
* The previous lib can be found here at this Github link:
* https://github.com/codemeasandwich/graphql-query-builder
* his licence is MIT and can be found at
* https://github.com/codemeasandwich/graphql-query-builder/blob/master/LICENSE
*/
export default class GraphqlQueryBuilder {
// eslint-disable-next-line @typescript-eslint/ban-types
Expand Down

0 comments on commit 8d6c46f

Please sign in to comment.