Releases: graphql-compose/graphql-compose-modules
Releases · graphql-compose/graphql-compose-modules
v1.5.0
18 Jan 07:54
Compare
Sorry, something went wrong.
No results found
1.5.0 (2021-01-18)
Features
astVisitor: add operation: 'query' | 'mutation' | 'subscription'
property to visitFn in second argument info
. (18c6de6 )
v1.4.0
15 Jan 13:17
Compare
Sorry, something went wrong.
No results found
1.4.0 (2021-01-15)
Features
add astMerge(ast1, ast2, ...)
method for merging several ast obtained from directoryToAst
(dd55408 )
v1.3.2
08 Jun 05:48
Compare
Sorry, something went wrong.
No results found
1.3.2 (2020-06-08)
Bug Fixes
skip files and dirs started from dot (eg .eslintrc.js) (15cf3e6 )
v1.3.1
05 Apr 15:47
Compare
Sorry, something went wrong.
No results found
1.3.1 (2020-04-05)
Bug Fixes
update graphql till v15.0.0 and other dependencies (02eb9c8 )
v1.3.0
03 Feb 18:04
Compare
Sorry, something went wrong.
No results found
1.3.0 (2020-02-03)
Features
add astVisitor()
helper which allows to traverse and change AST from directoryToAst()
method (126a43c )
v1.2.1
03 Feb 12:09
Compare
Sorry, something went wrong.
No results found
1.2.1 (2020-02-03)
Bug Fixes
expose TypeScript definitions (2ac3ac5 )
v1.2.0
03 Feb 11:53
Compare
Sorry, something went wrong.
No results found
1.2.0 (2020-02-03)
Bug Fixes
add .spec.ts
files to hardcoded excludes (2a9d58a )
Features
add namespaceConfig
to AstDirNode which populates only by index.ts
file in current folder. Other occurrences field.index
, dir.index
are perceive like a regular sub-field with index
name. (27d139f )
add helpers for testing – testOperation()
, testOperationData()
, testOperationErrors()
, testSDL()
, testBuildSchema()
(f55ce9b )
v1.1.1
27 Dec 14:30
Compare
Sorry, something went wrong.
No results found
1.1.1 (2019-12-27)
Bug Fixes
allow wrapped types in fieldConfigs (2900d66 )
v1.1.0
23 Dec 10:06
Compare
Sorry, something went wrong.
No results found
1.1.0 (2019-12-23)
Features
astToSchema: add prefix/suffix option (a29d063 )
v1.0.2
21 Dec 20:32
Compare
Sorry, something went wrong.
No results found
1.0.2 (2019-12-21)
Bug Fixes
nested typenames & code refactor (499a72e )