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

chore(travis): remove travis config

7831c3646638310fd189517dddabac0518e9b149 authored almost 4 years ago by Michał Lytek <[email protected]>
chore(deps): update graphql to 15.5 and other deps

8aee795d451e5906ef341c0bec991fdca9c3370c authored almost 4 years ago by Michał Lytek <[email protected]>
chore: update license file

9fbcfac0f2090a2024d6c83c776b80e5cf09e6c9 authored almost 4 years ago by Michał Lytek <[email protected]>
fix(default-value): properly build schema default values

5f864a26c114dff40085697b8d348f452924227a authored almost 4 years ago by Michał Lytek <[email protected]>
chore(format): add changelog file to prettier exclude list

da90e130cdcd39c0d564a70dcb4008253c5a7dfa authored almost 4 years ago by Michał Lytek <[email protected]>
docs(directives): re-word sentences to make it a bit more clear (#784)

* Update directives.md

* Backport directives docs improvements to old version docs

Co-auth...

1d29659f7ea99e85d675b867a341da1c501bff1e authored almost 4 years ago by blevine <[email protected]>
chore(tsc): refactor imports to use esModuleInterop

6dd93f88a2a5d8cdb2dc61c78fa5a8a267af440e authored almost 4 years ago by Michał Lytek <[email protected]>
fix(extensions): support defining on field resolver level for fields

73736e271a7df053ab5df057ef37db328ba49dd0 authored almost 4 years ago by Michał Lytek <[email protected]>
chore(deps): update graphql to 15.4 and other deps

aab8be8ce6a84ab562f08fc3d4c658e258b9c9d9 authored almost 4 years ago by Michał Lytek <[email protected]>
feat(directives): add support for directives on interface types (#744)

Co-authored-by: Michał Lytek <[email protected]>

d50861399d8ea6b32328d667e38ff1562e270366 authored about 4 years ago by David <[email protected]>
docs(interface): fix `IPerson` typo in snippet (#764)

8d8bbaed7a072dff90433168be5886724da774f4 authored about 4 years ago by Carlo Corradini <[email protected]>
feat(authorization): support class-based auth checker

05dae42ce3d9cb11c754697685c969275884d69d authored about 4 years ago by Michał Lytek <[email protected]>
chore: fix formatting issues

be8d63cdffa17c7467c29d1bcd94e1ba7a846bb6 authored about 4 years ago by Michał Lytek <[email protected]>
docs(website): add dark mode support (#735)

Co-authored-by: Michał Lytek <[email protected]>

fe770bd67a12c0a2aba16b874387d0181e7e94d5 authored about 4 years ago by king-leonidas1337 <[email protected]>
docs(resolvers): fix wrong params order in snippet (#757)

d0ce6d15c6f0b36c8da491bde9fed9c96f67ed5d authored about 4 years ago by Antonio Ramirez <[email protected]>
docs(examples): upgrade apollo cache example from apollo engine

77c93ecc197ef7e51c46a2f874d238b2eb6e643c authored about 4 years ago by Michał Lytek <[email protected]>
docs(examples): fix circular references issues in apollo-federation

2b59bbeb08dc0b4f4045e06661c1487a380cf380 authored about 4 years ago by Michał Lytek <[email protected]>
chore(format): fix format issues and run format on check

0c2d82b7dc5344f39e3ba274b91fcede92e39814 authored about 4 years ago by Michał Lytek <[email protected]>
release: 1.1.1

23409fd16fe85ddb2785d06712bdf6f996b89652 authored about 4 years ago by Michał Lytek <[email protected]>
chore(deps): update lockfile to npm 7

4414f460cc33a766e44a1aad82e8d1b5583687b8 authored about 4 years ago by Michał Lytek <[email protected]>
chore(docs): fix examples urls in versioned docs

5b1afd02a8d3bdcb8520f2bf5acdd5a7b052f206 authored about 4 years ago by Michał Lytek <[email protected]>
docs(interfaces): clarify interfaces implements requirements

d4bfe835678fac9d2e6c5ea35d78453d11e30d9a authored about 4 years ago by Michał Lytek <[email protected]>
Merge pull request #737 from MichalLytek/fix-nested-arrays-inputs

Properly transform nested array of input type classes

8c7d0a9b83ada11aa134674b64213d7af8bf039b authored about 4 years ago by Michał Lytek <[email protected]>
fix(inputs): properly transform nested array of input type classes

a982352f7bd9f53e8702d7b8da1cfd5c18b2fe0b authored about 4 years ago by Michał Lytek <[email protected]>
Merge pull request #736 from MichalLytek/fix-implements-auto-register

bd4f26131b02047da335b575d1fd23a5eaedaccb authored about 4 years ago by Michał Lytek <[email protected]>
docs(subscriptions): fix arguments of the `subscribe` option (#739)

fcb48341cccdc8c651b66d1f4d7cc190703bbd23 authored about 4 years ago by Pav <[email protected]>
fix(interfaces): auto register implementations in field type case

59f42ebd64ac0870c23f96d76e675c62c17e9e90 authored about 4 years ago by Michał Lytek <[email protected]>
tests(interfaces): add test case to reproduce auto registering issue

b7928d302f7a6931703e78ddecb7f6fafe915acc authored about 4 years ago by Michał Lytek <[email protected]>
Merge pull request #733 from MichalLytek/fix-reflected-type-check

Prevent crashing when reflected type is undefined

9566b0869d0695382a0f0c5e41bde7aa51e8cab2 authored about 4 years ago by Michał Lytek <[email protected]>
fix(reflection): prevent crashing when reflected type is undefined

8dbec0a8d08c2a8aa81a7298bc9973e05cd4c711 authored about 4 years ago by Michał Lytek <[email protected]>
Merge pull request #731 from MichalLytek/fix-resolve-type

fix(interfaces-unions): handle resolveType returning undefined

5a7579e7b9973750be482382aefaf7f9a39b273e authored about 4 years ago by Michał Lytek <[email protected]>
fix(interfaces-unions): handle resolveType returning undefined

30752dfb0cec1bf45ca08061bae94fa5038766b0 authored about 4 years ago by Michał Lytek <[email protected]>
release: 1.1.0

cd908565961b3325d798348690a454cb6d00932f authored about 4 years ago by Michał Lytek <[email protected]>
Merge pull request #714 from MichalLytek/advanced-enums

79a3c849689beed682d9702acc4be376fbda6079 authored about 4 years ago by Michał Lytek <[email protected]>
docs(enums): add info about advanced enums configuration

28cab3bf07b67f5f39fb97e87bab54dd74e0afe9 authored about 4 years ago by Michał Lytek <[email protected]>
refactor(enums): rename fieldsConfig to valuesConfig

914d3184adcb3bf2d99240e6c9aca6b83499f414 authored about 4 years ago by Michał Lytek <[email protected]>
tests(enums): add test cases for advanced enums

d336dc994ab632beb4f96f5f1e85c36626afa5c4 authored about 4 years ago by Michał Lytek <[email protected]>
feat(enums): add support for defining description and deprecation reason

02bd87faa167605737f4d178c29bfddb6b6ce320 authored about 4 years ago by Michał Lytek <[email protected]>
chore(github): fix bug report typo (#717)

4884576d5a93a1dabb3b1fdc794dd60894e528c6 authored about 4 years ago by Pelle Jacobs <[email protected]>
docs(prisma): update docs repo link

d7ccda40251de0c4b7a85e43f94cef4b65b05547 authored over 4 years ago by Michał Lytek <[email protected]>
chore(deps): update deps and mikro-orm example code

c708b567074cc5f0f05b192a24dd5de248342819 authored over 4 years ago by Michał Lytek <[email protected]>
docs(website): fix typo in tests snippet (#711)

d5e3403f7610ce8f53b919a3dd490806685570c7 authored over 4 years ago by Carlo Corradini <[email protected]>
docs(introduction): fix the "over a year" phrase

4f6257f724be924ee50c5894459bd2a00d40eb74 authored over 4 years ago by Michał Lytek <[email protected]>
chore(tests): add `validate: false` to clean logs output

9859424b46480cbbd8b8a760231f2d2af6d6f922 authored over 4 years ago by Michał Lytek <[email protected]>
fix(scalars): throw error when invalid value provided for date scalars

1e6b5ad9652e9e3ac237be71b2c88b6371bac51f authored over 4 years ago by Michał Lytek <[email protected]>
chore(examples): remove all class-transformer usage

a45f0d5d37aa114a840f4019b24740c3a1ce03ae authored over 4 years ago by Michał Lytek <[email protected]>
fix(extensions): inherit extensions from parent class

cc4048a300e42160da6c0cf59be4bbcb430ae922 authored over 4 years ago by Michał Lytek <[email protected]>
fix(errors): improve confusing error wording (#703)

Co-authored-by: Michał Lytek <[email protected]>

2a57151d6f697e58afedcbd369feb1973ef0fc93 authored over 4 years ago by Oliver Salzburg <[email protected]>
chore(website): fix react keys warning

632f22606b61b296366527303ec055845de018e5 authored over 4 years ago by Michał Lytek <[email protected]>
docs(validation): add section about custom validation

925c51cab282495b0bbafe995baf981120adb9f8 authored over 4 years ago by Michał Lytek <[email protected]>
docs(examples): add custom validation example with joi decorators

797e4d218c5af4c6885003c8bdf3585db6462a60 authored over 4 years ago by Michał Lytek <[email protected]>
feat(validation): support providing custom validate function

3c767e687e179eb8704d191f62b24173283f8719 authored over 4 years ago by Michał Lytek <[email protected]>
fix(resolvers): omit fields from not registered resolvers

ebf3da7912a8a389f40136f5e0601c10a456c42f authored over 4 years ago by Michał Lytek <[email protected]>
docs(website): fix typo in bluereceipt url

c6c5b3002ebb5e447ee294ddfc95873920336ec9 authored over 4 years ago by Michał Lytek <[email protected]>
docs(prisma): update generator provider name (#694)

da177e26514316d364f9622b290eee5284a28552 authored over 4 years ago by Raghavender Mylagary <[email protected]>
docs(contributing): add separate contributing docs (#684)

Co-authored-by: Michał Lytek <[email protected]>

bf86f12288134800bc7607bd8866e60f58aad237 authored over 4 years ago by John S <[email protected]>
docs(examples): add MikroORM integration example

ba86a6b79fcb91bac3a276e49578e9590acd2e1c authored over 4 years ago by Michał Lytek <[email protected]>
docs(sponsors): add ECAD Labs to Gold Sponsors

2e3a8d1db52be90fa0090bd797696259af748702 authored over 4 years ago by Michał Lytek <[email protected]>
docs(website): update Typegoose repository link (#685)

68b417d2355e1c3fe4681621f75da30d07d4b05a authored over 4 years ago by hasezoey <[email protected]>
docs(website): add blog post about v1.0

96ae7d5812c870ba2ad789350fe30cd934d1a90b authored over 4 years ago by Michał Lytek <[email protected]>
docs(website): update deps to fix vulnerabilities

845455c518d0dd79a0b172d9be3d94fe562fe867 authored over 4 years ago by Michał Lytek <[email protected]>
release: 1.0.0

2ccccc1d67ab160f583401d500730bae381cdcee authored over 4 years ago by Michał Lytek <[email protected]>
chore(deps): update deps

696c40f97662a13e6157c9e4c3f866b7ddeb1f73 authored over 4 years ago by Michał Lytek <[email protected]>
docs(readme): tune up the sections for 1.0.0 release

d2e1b817b928bc9f836df544cfeb23b95202653a authored over 4 years ago by Michał Lytek <[email protected]>
docs(examples): use postgres and `@RelationId` in typeorm examples

700a343246cbfed569de7012702d258ded7bc040 authored over 4 years ago by Michał Lytek <[email protected]>
docs(examples): update generic types and inheritance constraints

7ff22f613747b4642b211950e318f2780a302df7 authored over 4 years ago by Michał Lytek <[email protected]>
docs(generic-types): add info how to deal with complex type values

c5a06764ade293fc0fef446f995ecbc2656b59f4 authored over 4 years ago by Michał Lytek <[email protected]>
chore(deps): update all dependencies

4ae9d91197acb1425309414e0e36571ed29eaa8b authored over 4 years ago by Michał Lytek <[email protected]>
chore(github): add typegraphql sponsors page link

4c52cf94ecc7c9918b88c942d38ef9d1b0a2108a authored over 4 years ago by Michał Lytek <[email protected]>
docs(integrations): add info about nestjs and prisma integrations

1663888aeceb04acc2805761f7b8dfc63aca9b80 authored over 4 years ago by Michał Lytek <[email protected]>
chore(deps): update all dependencies

78fafcb19ac0b1d7b708be3978fd66254cae6c27 authored over 4 years ago by Michał Lytek <[email protected]>
docs(examples): add GraphQL Modules usage example

e75ee2380757a46dd14164553bf418fde234ab82 authored over 4 years ago by Michał Lytek <[email protected]>
docs(scalars): fix date scalar export names (#666)

2d2ce5abf71316ed3095f071c51d91f27ea16d40 authored over 4 years ago by impulse <[email protected]>
release: 1.0.0-rc.3

02163217b160a7fc1ef737a4cab6e82dbc9fbc42 authored over 4 years ago by Michał Lytek <[email protected]>
docs(browser-shim): add info about config for cypress (#635)

Co-authored-by: Michał Lytek <[email protected]>

d280c3d5fb5983e5b4b4b25356bb7e872b27c99b authored over 4 years ago by Allan Gaunt <[email protected]>
docs(examples): remove deprecated typegoose `arrayProp` (#657)

* Removes arrayProp as it is deprecated

* Changes items to type

* Update mongo connection ...

0c4914781d6b0617b044c5cb01b8f12ffa3b0848 authored over 4 years ago by Scott <[email protected]>
docs(interfaces): fix typo in decorator name

3c9301041a66dc490efe522b07cf6226fc1ebd33 authored over 4 years ago by Michał Lytek <[email protected]>
docs(bootstrap): explain how to define resolvers array externally

2ddfbe5009a121fbeafe770f537e312187590967 authored over 4 years ago by Michał Lytek <[email protected]>
docs(types): strictly forbid using constructors in types classes

683963f5170122f99b1cf4809d79f6aef4b8b60b authored over 4 years ago by Michał Lytek <[email protected]>
chore(deps): update deps and restore commented test

51230030b10a83a14520ec1862d6024a5b4b59c8 authored over 4 years ago by Michał Lytek <[email protected]>
docs(sponsors): replace Alka with SwissMentor

e45dae628ffe1de4eec40d4578dde96dce8694d7 authored over 4 years ago by Michał Lytek <[email protected]>
docs(complexity): fix comparison operator (#642)

1d00afe6da943d57bf64d46814c67c89f2e1af82 authored over 4 years ago by impulse <[email protected]>
docs(website): add BlueReceipt to gold sponsors section

76536fa88a5613adb596979db54e2eca8b0d8c1e authored over 4 years ago by Michał Lytek <[email protected]>
chore(deps): update deps to newest major versions

37c01e3760be60a5aa5dbee919755734032db559 authored over 4 years ago by Michał Lytek <[email protected]>
docs(sponsors): add MrYum as a silver sponsor

31f828ec886ea2e1a0c2f9def29aaef3507da543 authored over 4 years ago by Michał Lytek <[email protected]>
docs(examples): fix github examples urls

07677b97f091bc33eee27305c0f2bae5fb89299f authored over 4 years ago by Michał Lytek <[email protected]>
feat(types): remove legacy array inference

b4afef4ad11134e9c0e8fca2acea05a389bda931 authored over 4 years ago by Michał Lytek <[email protected]>
release: 1.0.0-rc.2

722e3a38c518527b0880f34bee925cbbb037e97a authored over 4 years ago by Michał Lytek <[email protected]>
feat(container): add support for async get method

012a5614378ea38665c59097d1f575f89cbbae05 authored over 4 years ago by Michał Lytek <[email protected]>
chore(changelog): fix missleading wording

930a692c7a8151707fefb4049973925eeb2a622d authored over 4 years ago by Michał Lytek <[email protected]>
fix(inputs): skip transforming empty array items

6de36d55426084227f47a663195ee046c2ba70bc authored over 4 years ago by Michał Lytek <[email protected]>
docs(sponsors): add "live graphics system" to section

cb8ecfac4f46dcbe615f902576b9a30ec6a8e47e authored over 4 years ago by Michał Lytek <[email protected]>
docs(examples): update examples list

a2d4ab2b7f4af87f16778832d6fafe34688fac17 authored over 4 years ago by Michał Lytek <[email protected]>
fix(directives): inherit directives while extending classes (#626)

703323e8720d5b522bde83ea43b2c14685014a1b authored over 4 years ago by lijianzhang <[email protected]>
feat(federation): expose `createResolversMap` utility

7ddface66b57ff04c5e6d558f3a128f6b13c7ec8 authored over 4 years ago by Michał Lytek <[email protected]>
release: 1.0.0-rc.1

b8156008736658fab8086b70c2088e4b9ffba6ad authored over 4 years ago by Michał Lytek <[email protected]>
chore(travis): remove buggy version matrix

b2822d8bb38886aec1241a61518521d9e422bd67 authored over 4 years ago by Michał Lytek <[email protected]>
chore(lint): temporary disable prettier check

203e39484825e1685ee4ccf1e61f94e2f1fd0ff5 authored over 4 years ago by Michał Lytek <[email protected]>
docs(sponsors): remove leaving sponsors

a59ea6bb2c4675ffacb6755ebe6c39dbe846ee8b authored over 4 years ago by Michał Lytek <[email protected]>
chore(deps): update dependencies

eeef3809c70bee9109e2d4eb235011a619b2845c authored over 4 years ago by Michał Lytek <[email protected]>