Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/MichalLytek/type-graphql

Create GraphQL schema and resolvers with TypeScript, using classes and decorators!
https://github.com/MichalLytek/type-graphql

docs(examples): reorder examples links to match docs sections

802a80ba96594087ef620673d01c3bebf5b44471 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(readme): cleanup and improve project Readme

40d86913ba30411d000d02b27d4f3c7c16463786 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(complexity): fix whitespace issues (#267)

d15d1317065da5256f2eb8b2fd9f2e51bb933497 authored almost 6 years ago by Antti Rauramo <[email protected]>
docs(unions): fix a grammar mistake (#265)

55941403fe4e7a2d953dcc5244316c5a8aed3448 authored almost 6 years ago by jeromemms <[email protected]>
docs(middleware): fix `@Autorized` typo (#264)

62c0861de7a793b5c810e2569b58f8c084cd8c74 authored almost 6 years ago by Jakub Naskręski <[email protected]>
fix(validation): remove `formatArgumentValidationError` helper

526886c9cf0e2a951e0ed5fe45d8d00ed4fc3675 authored almost 6 years ago by Michał Lytek <[email protected]>
format(docs): format the docs md files with prettier

6f49b8527cba0808764d65dfd606c1f183b4d182 authored almost 6 years ago by Michał Lytek <[email protected]>
chore: fix gulp config and others after deps update

9934e66c274965de696b66f37236e4c85071d718 authored almost 6 years ago by Michał Lytek <[email protected]>
Merge pull request #255 from 19majkel94/generic-types

Generic types support

084ca9649328a536b2dd7ab37b8718373bb0cc61 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(generics): add tutorial for creating generic types

1871aaec0cc9d24fe7cfc51b350b1daf00596c5c authored almost 6 years ago by Michał Lytek <[email protected]>
feat(generics): add support for generic types

7ff26058bef96349c72dae497bcfcf5fdab25879 authored almost 6 years ago by Michał Lytek <[email protected]>
test(generics): add suite for generic types support

c91ae35f93a109d9f95f7cdbb725a04fd7dff94b authored almost 6 years ago by Michał Lytek <[email protected]>
docs(examples): add examples for generic types

ce71647821ad3fd74429ca11d28a819f3db0a7a6 authored almost 6 years ago by Michał Lytek <[email protected]>
chore: update dev deps and fix issues with new gulp

37d499cd5ca89a466b0b9ffd3b4dccbeb91ae3e4 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(browser): update instructions for browser shim usage

5f8fc2d8220175d5402393f6092e053d2207c844 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(interfaces-inheritance): split docs to separate pages

18eab5d66cd95ea2e14e7101f63154d5f9182daa authored almost 6 years ago by Michał Lytek <[email protected]>
docs(examples): fix `using private name` error

0f496d0304cad8391eccdd9a73728fa68c4f7add authored almost 6 years ago by Michał Lytek <[email protected]>
chore(jest): add tdd task for vscode

418a35377885281ce9d763bafa21bdee017f5cf2 authored almost 6 years ago by Michał Lytek <[email protected]>
chore: reorder elements of package.json

c901d34ced70ae8c0f9f59b58c78223a6dae66e7 authored almost 6 years ago by Michał Lytek <[email protected]>
chore(deps): update all dev dependencies

0c726ae366ea7eb7db281e9412bbf3fbfd490540 authored almost 6 years ago by Michał Lytek <[email protected]>
fix(types): stop converting objects that are instances of the class

7bddb0428993191a806ad6e55a4480f0a8533084 authored almost 6 years ago by Michał Lytek <[email protected]>
fix(inheritance): stop throwing error while extending non args class

315d7d537ce2b9dffe2d21b787273d73acb95e32 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(resolvers): add missing comma in sample code (#248)

ea9c8877906ad5c1d0e37bb7a201f96419416b3b authored almost 6 years ago by Mustafa İlhan <[email protected]>
Merge pull request #247 from 19majkel94/fix/custom-decorators-bug

Fix nullifying other custom method decorators bug

13165d81d0913a9c37f5469d6b951672e7ae07d3 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(changelog): add info about the decorators nullifying fix

5cbd321139b7dde72ebc8bdfe2b83e013787e14c authored almost 6 years ago by Michał Lytek <[email protected]>
fix(decorators): replace calling method ref with getting ref from object

d58295371fedd9917d6f360562a239d27e8a51ff authored almost 6 years ago by Michał Lytek <[email protected]>
test(decorators): add test case for nullify custom method decorators

a86432c8581aa5bddf11a0c8629348469b89ed46 authored almost 6 years ago by Michał Lytek <[email protected]>
fix(circular): delay calling return type getter (#237)

3e5ea9d3e1f710cc9495694798bcc4259589edaa authored almost 6 years ago by Dave Wasmer <[email protected]>
fix(typedefs-resolvers): omit emiting __isTypeOf for root types

0b0b1f5ae4a21264225f41a3d317afdd9a769653 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(resolvers): add missing 3rd party imports (#240)

1fe7fd57364d06abdecf895c4e82aa55c2167de1 authored almost 6 years ago by Emanuele <[email protected]>
Merge pull request #241 from 19majkel94/container-build-context

Limit container scope to single schema

a3ddf6b984d099e58b1620ec71e54c72cc7faacc authored almost 6 years ago by Michał Lytek <[email protected]>
docs(changelog): add info about new container registation API

3ecbf5b72acf341703504c0ead94d9f1bb53f870 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(container): update dependency injection docs to new container API

804c57f6193b26242795e4a26b720869e48f2629 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(examples): fix examples for new container registration API

a844b567af7a80ceb72e629c186ea2cf415a486d authored almost 6 years ago by Michał Lytek <[email protected]>
feat(container): make container scoped to buildSchema

2f96497840eb68a90e24ebed68a2d5af5cac000c authored almost 6 years ago by Michał Lytek <[email protected]>
style: format the whole codebase using newest prettier

90d55a8eab2e4db674e06223df376fb3e0005dea authored almost 6 years ago by Michał Lytek <[email protected]>
fix(graphql): change entry point and gulp script target dir

3c5a01affdb7b7d928e0c1186be6e9a9da37c80d authored almost 6 years ago by Michał Lytek <[email protected]>
Merge pull request #239 from 19majkel94/graphql-peerDeps

Make GraphQL packages peer dependencies

6fc91384216fefc7e2390e4b596c69f8cfce3c7a authored almost 6 years ago by Michał Lytek <[email protected]>
docs(changelog): add entry for graphql peer dependency

7d575ecfe28331e85174ae977bacf307f42aba1c authored almost 6 years ago by Michał Lytek <[email protected]>
docs(graphql): add info about peer dependencies to installation section

3fb6f739b1cf2d6854acdf2e0a8c6293ecc1775c authored almost 6 years ago by Michał Lytek <[email protected]>
feat(graphql): add a graphql peer dependency ensurement

f9c90aeac53f6e7c0f544a9792544d1f0e4cbe1b authored almost 6 years ago by Michał Lytek <[email protected]>
feat(graphql): make graphql a peer dependency

ed6395b359e82ce1dbbb9eae8c2ef056d0c62392 authored almost 6 years ago by Michał Lytek <[email protected]>
Merge pull request #233 from 19majkel94/typedefs-resolvers

Add support for typeDefs and resolvers ecosystem compatibility

63d4858f882625ef9bebcf2ce5fa0150662a93e6 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(complexity): fix some typos (#235)

036a40b92ab0bf53f5f7426d9c5b7e805846633a authored almost 6 years ago by Spencer Rinehart <[email protected]>
docs(typedefs-resolvers): add entry to changelog

1fdebbae72acb56cbb96f8151a182c6c6d2e78bf authored almost 6 years ago by Michał Lytek <[email protected]>
docs(typedefs-resolvers): add info about `buildTypeDefsAndResolvers`

70d0de8dc800edca0c9b5e22c094f27e50cf84b8 authored almost 6 years ago by Michał Lytek <[email protected]>
test(typedefs-resolvers): add tests suite for typedefs and resolvers

28e3f44fbc5138245808c7facffc6e715b91d472 authored almost 6 years ago by Michał Lytek <[email protected]>
feat(typedefs-resolvers): add buildTypeDefsAndResolvers util

9a0a8f2a46fdd33427532a286b7da67d554eb776 authored almost 6 years ago by Michał Lytek <[email protected]>
feat(typedefs-resolvers): add util for generating resolvers map

a401bf8bc2664492f1c9874f3c2f1a6a4432215f authored almost 6 years ago by Michał Lytek <[email protected]>
docs: add installation section (#226)

6901da13e1d6b52c6770e536f516b2feac84d955 authored almost 6 years ago by LukaszWronski <[email protected]>
docs(bootstrap): use previously defined PORT constant (#225)

ca799764452ae345b7fc05b18371097dd96fe1cf authored almost 6 years ago by LukaszWronski <[email protected]>
docs(emit-schema): add info about new emitSchemaFile config

fdb6b433a35658722b28196d5f22d152f982e4a8 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(website): add docs versioning support

deeb24cb1f8a0819c3b9c30253c913b8765eed70 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(website): fix md linking and links css

104f67390d54d15138c87e416f62dd7f141d6a81 authored almost 6 years ago by Michał Lytek <[email protected]>
docs(website): update docusaurus

28dc22c7a61dbeffbcee96f14f69dd81e88fa882 authored about 6 years ago by Michał Lytek <[email protected]>
chore: reconfigure git hooks and remove pre-push

328f9f86acaa4a0ca578849cf73edc3562483461 authored about 6 years ago by Michał Lytek <[email protected]>
chore(lint): update tslint settings and remove all temp fixes

12b57fdd14848bdab5d70087afcffeef6120621e authored about 6 years ago by Michał Lytek <[email protected]>
chore(deps): update all dev dependencies

a654a7708660ac1ae41d3aa55a44ee3b4b3692fa authored about 6 years ago by Michał Lytek <[email protected]>
chore(travis): update node versions

dd603d05008bd3a8e29a64e51c696ebf94b7a19c authored about 6 years ago by Michał Lytek <[email protected]>
feat(emit-schema): change `emitSchemaFile` options

- set `commentDescriptions` option to false by default
- add support for passing custom `PrintSch...

599248fa815c0724d245e535623af5f1ecd80f88 authored about 6 years ago by Michał Lytek <[email protected]>
release: 0.16.0

bb626b31a817f2b745965664e8ac4681ac80d5d8 authored about 6 years ago by Michał Lytek <[email protected]>
fix(shim): fix compatibility with polyfills for decorator support

ea2185037f5771124363cf5b3079b81465172da5 authored about 6 years ago by Michał Lytek <[email protected]>
Merge pull request #211 from kenpusney/master

Add support for lists with nullable items

142644692ba9ca3f10cbda0b5fe5506d7b6eb268 authored about 6 years ago by Michał Lytek <[email protected]>
docs(nullable): add info about lists nullability

470cb58dcdd602342637459e0d9cbceaebf55612 authored about 6 years ago by Michał Lytek <[email protected]>
feat(nullable): add checks for conflicting nullable options

e1dd0b00ffe158503d066aaaa7eaad6dd44dca62 authored about 6 years ago by Michał Lytek <[email protected]>
feat(nullable): add support for lists with nullable items

58a16d7eebf74001317ecdebda86433f67fc24ba authored about 6 years ago by KimmyLeo <[email protected]>
docs(inheritance): fix wrong generic constraint type

c740d1ff6e5ac2da8c1019b7d13aa28f2ef29bf5 authored about 6 years ago by Michał Lytek <[email protected]>
feat(defaults): add support for default values for input types (#203)

44e8f894073bbfebf9f6dfb1294634dec9cd6f1e authored about 6 years ago by Ben Awad <[email protected]>
docs(website): fix css issues (links decoration and graphql syntax)

7ca81ecc28575a0bc6f11f1e8cb7bf56832b4786 authored about 6 years ago by Michał Lytek <[email protected]>
docs(middlewares): fix missing async keyword (#213)

2e1572167306b47101b6fb4342c8363814dd9fd4 authored about 6 years ago by Miguel <[email protected]>
docs(enums): remove golang meme clause

69838017d7b84d4770475e37eedbe36224178d50 authored about 6 years ago by Michał Lytek <[email protected]>
docs(schema): make the text more fluent and easier to read (#194)

7b68da320ddea1b7ab91f8e9db515d41c721292b authored about 6 years ago by Mikael Pettersson <[email protected]>
docs(subscriptions): fix old `publish` signature

48f728a177567d4ba9d2c21010cb1db852857ddb authored about 6 years ago by Michał Lytek <[email protected]>
docs: improve grammar in several doc pages (#189)

5da3794ffd718245b36efe42af9e47ab0166b19d authored about 6 years ago by Peter <[email protected]>
docs(faq): clarify duplicated graphql-js issue description

6dd9ac29e0debce3b697a8b7883c4694ad431e80 authored about 6 years ago by Michał Lytek <[email protected]>
docs(inheritance): fix a typo and long sentence (#184)

b68855e77a9679d7c1072ebf8de90c9e16c1aaf1 authored about 6 years ago by Jiri Spac <[email protected]>
docs(introduction): fix grammar issues (#174)

b103d36ef709b986d213c82070ab07b6c2c7af13 authored about 6 years ago by Sonja <[email protected]>
docs(faq): add info about incompatible graphql module versions

237005a033b5555dd01cbbea90c3f43443a70eb3 authored about 6 years ago by Michał Lytek <[email protected]>
release: 0.15.0

b9f828a11ad20bed4cd68879031ef79c183238d2 authored about 6 years ago by Michał Lytek <[email protected]>
Merge pull request #170 from 19majkel94/emit-schema

Emit schema definition file

ddfac5a3552f4a0540ac59706df1ae50f5c37533 authored about 6 years ago by Michał Lytek <[email protected]>
test(schema): add emit schema SDL test cases

90b81db0f5844cef010dfa9610bbdbd29350e83b authored about 6 years ago by Michał Lytek <[email protected]>
feat(schema): add `emitSchemaFile` build option to emit SDL

67d31b0b494442359c159839c7a3f495e1efff34 authored about 6 years ago by Michał Lytek <[email protected]>
docs(examples): add example usage of `emitSchemaFile`

b569054f6c65f0cf2bf0096cc2dfb1cfe33a1556 authored about 6 years ago by Michał Lytek <[email protected]>
feat(schema): expose `emitSchemaDefinitionFile` helpers

493d58cc88413926b89a62cc22d720992022bcc5 authored about 6 years ago by Michał Lytek <[email protected]>
docs(schema): add info about emitting schema SDL file

a1f15c31bd5a5cd1ad879c40cd117ed0e7af50af authored about 6 years ago by Michał [Desktop] <[email protected]>
docs: fix a few typos (#169)

4ec931f773338ccee9f57ef02b0411014377369c authored about 6 years ago by Orta <[email protected]>
Merge pull request #167 from 19majkel94/graphql-js-14

ec07e423e1792c50d243440f8bc961282a4845ee authored about 6 years ago by Michał [Desktop] <[email protected]>
fix(tests): fix not closing Jest tests on CI

78990abeee6ec52bd693386c95b6f2b11533c679 authored about 6 years ago by Michał Lytek <[email protected]>
chore: exclude Node 9 from Travis

fed36d95486e443a6408dda5bbcfdca2cef2eb6f authored about 6 years ago by Michał Lytek <[email protected]>
docs: migrate code snippets to apollo-server

59ca775a42f1fdf379b350fd009930dc21eb245b authored about 6 years ago by Michał Lytek <[email protected]>
docs(examples): improve query complexity and subscriptions examples

c127c410434114e1cf42c51ac9fc607a4647cac5 authored about 6 years ago by Michał Lytek <[email protected]>
docs(examples): update examples to remove `graphql-yoga` dependency

4cb2bb7f43580613a2eef286f84b307fdb186148 authored about 6 years ago by Michał Lytek <[email protected]>
chore(deps): update all package dependencies

e0523df005662e7bd9bd1de587de4f3da45b52ca authored about 6 years ago by Michał [Desktop] <[email protected]>
feat(graphql): update deps and codebase to `graphql-js` v14

3204c2e6e8036b2e0a8a5f4b85b75aa7700feb9f authored about 6 years ago by Michał Lytek <[email protected]>
chore: update package lock format

7a9bf8254552ad77618bcff555d91a72fea2ea66 authored about 6 years ago by Michał Lytek <[email protected]>
test(subscriptions): add test case for fragments on subscriptions (#159)

5c00d31cbbd876bdb8148fa04b51b80a72e6eec8 authored over 6 years ago by Michał Lytek <[email protected]>
docs(github): fix question issue template

e12177cf30855143fcea5dfbf39c76f4065ac57d authored over 6 years ago by Michał Lytek <[email protected]>
docs(readme): remove ts-node type-check warning

7a6f7bd51f60ae59469ec126ceb31270a80602eb authored over 6 years ago by Michał Lytek <[email protected]>
test(scalars): restore case for implicit date scalar (ts-jest bug)

bc9ee848f55360a2c85764da13e21422d3e97307 authored over 6 years ago by Michał Lytek <[email protected]>
docs(website): move complexity to features section

733ab642dbd03939cb5e4a25ba87fe9a3fc9d8fe authored over 6 years ago by Michał Lytek <[email protected]>