Skip to content

Tags: graphql-compose/graphql-compose-modules

Tags

v3.0.1

Toggle v3.0.1's commit message
fix: passthrough `source` for directory namespace (instead of empty o…

…bject)

v3.0.0

Toggle v3.0.0's commit message
feat: fieldConfig validation moved from `astToSchema()` to `directory…

…ToAst()` method.

BREAKING CHANGE: FieldConfig is now stored in AST.fieldConfig property and is used as mutable value (every ast transformer use this value and may change it).

v2.0.0

Toggle v2.0.0's commit message
refactor: rename `relativePath` to `rootDir` like in typescript manner

BREAKING CHANGE: in `directoryToAst(module, opts)` was renamed option `relativePath` to `rootDir`

v2.0.0-beta.3

Toggle v2.0.0-beta.3's commit message
refactor: rename `relativePath` to `rootDir` like in typescript manner

BREAKING CHANGE: in `directoryToAst(module, opts)` was renamed option `relativePath` to `rootDir`

v2.0.0-beta.2

Toggle v2.0.0-beta.2's commit message
fix(VisitInfo): now `getFieldPathArray` correctly split fieldName wit…

…h dots

v2.0.0-beta.1

Toggle v2.0.0-beta.1's commit message
feat(astVisitor): add VisitInfo utility class which returns `node` in…

…fo and useful methods for writing middlewares

BREAKING CHANGE: `astVisitor` function now requires `schemaComposer` as the second argument. `VisitKindFn` now provide just one new argument `info: VisitInfo`.

v1.9.0

Toggle v1.9.0's commit message
feat: add more printer options to `testSDL` method

v1.8.0

Toggle v1.8.0's commit message
feat: add graphql-compose@9.0.0 to peerDependencies; update other dep…

…endencies

v1.7.0

Toggle v1.7.0's commit message
feat: improve type definitions, expose `FieldConfig` & `NamespaceConf…

…ig` types

v1.6.0

Toggle v1.6.0's commit message
feat: add `graphql-compose@^8.0.0` to peer dependencies and update ot…

…her dependencies