Skip to content

Tags: graphql-compose/graphql-compose-json

Tags

v6.2.0

Toggle v6.2.0's commit message
ci: add gitlab actions instead of travis CI

v6.1.0

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

…her dependencies

v6.0.0

Toggle v6.0.0's commit message
chore: update dependencies

v5.3.0

Toggle v5.3.0's commit message
feat: allow to pass SchemaComposer's type instances without wrapping …

…them in functions

v5.2.0

Toggle v5.2.0's commit message
test: disable E2E tests temporary

v5.1.0

Toggle v5.1.0's commit message
feat: add `schemaComposer` option to `composeWithJson(typeName, json,…

… options)`

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: migrate from Flow to TypeScript

BREAKING CHANGE: Flowtype definitions were removed

v4.1.2

Toggle v4.1.2's commit message
chore: fix flow config

v4.1.1

Toggle v4.1.1's commit message
fix: for arrays of objects, use all fields when calculating types

v4.1.0

Toggle v4.1.0's commit message
feat: add support for nested arrays of objects

* Add support for nested arrays of objects

* Fix `yarn test` emitting syntax errors locally

(Due to babel transforms not being applied)

* Use a better type name for nested array members

* Update tests