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(types): fix "definition" typo (#149)
1b5de46b100336eed349400b37517008d42df7ce authored over 6 years ago
1b5de46b100336eed349400b37517008d42df7ce authored over 6 years ago
release: 0.14.0
f1f52785110248deba79d0bdd8f8c65708e6ef2f authored over 6 years ago
f1f52785110248deba79d0bdd8f8c65708e6ef2f authored over 6 years ago
feat(complexity): add support for query complexity analysis (#139)
* Support for Query Complexity
* GraphQL Complexity
* Fixed all comments
* Fix definiti...
66e7f9789097a58a96d7eaeb5472fb539632fba4 authored over 6 years ago
docs(readme): add badge to display install size (#147)
e1b0e0b5e35c67aeaf8ccc72ef292a8e50db6292 authored over 6 years ago
e1b0e0b5e35c67aeaf8ccc72ef292a8e50db6292 authored over 6 years ago
docs(enum): tweak grammar and writing style (#146)
28320d18097d40df306bbd27a7c694e37efc4a03 authored over 6 years ago
28320d18097d40df306bbd27a7c694e37efc4a03 authored over 6 years ago
docs(inheritance): clarify mixing types rule in inheritance (#132)
bce98d4ef0cb2ce996c8b761fc9aef9e998164c1 authored over 6 years ago
bce98d4ef0cb2ce996c8b761fc9aef9e998164c1 authored over 6 years ago
docs(resolvers): fix wrong mutation type in related SDL (#145)
705f3b87ded7fa36cf8fe967872c94b07bf0b3b8 authored over 6 years ago
705f3b87ded7fa36cf8fe967872c94b07bf0b3b8 authored over 6 years ago
docs: fix missing ! and ;
d45829c60f7a9e4a9c49d9df7f95012b31229069 authored over 6 years ago
d45829c60f7a9e4a9c49d9df7f95012b31229069 authored over 6 years ago
feat(subscriptions): add support for subscribing to dynamic topics (#137)
PR author: @ahmedNY
8eccccf5f834aea622875cdb04d332705a47ce74 authored over 6 years ago
fix(typings): fix ClassType signature to accept params in constructor
7c534eac95d24b53cd40929b1101e2a35b893e37 authored over 6 years ago
7c534eac95d24b53cd40929b1101e2a35b893e37 authored over 6 years ago
docs: improve readability and syntax consistency
70d77666cfcfc4bae825b6258dc4c92bc8b8f610 authored over 6 years ago
70d77666cfcfc4bae825b6258dc4c92bc8b8f610 authored over 6 years ago
chore(format): add format on pre-commit hook
eb88c49d86460d195b56dc051553793382409e95 authored over 6 years ago
eb88c49d86460d195b56dc051553793382409e95 authored over 6 years ago
chore(format): prettier all the code
7cf044c84939fef854437b1c7a62d0bc99ddbf5d authored over 6 years ago
7cf044c84939fef854437b1c7a62d0bc99ddbf5d authored over 6 years ago
docs(website): change syntax highlighting to prism and vscode theme
cd21640ead3615479ff8289dd68ecef4c24bc958 authored over 6 years ago
cd21640ead3615479ff8289dd68ecef4c24bc958 authored over 6 years ago
docs(website): upgrade docusaurus version
6441926fdd6760b87a64d73f12a70fd736a7d13d authored over 6 years ago
6441926fdd6760b87a64d73f12a70fd736a7d13d authored over 6 years ago
feat(unions): refactor generic `createUnionType` (remove tuple limit)
4198c9d8e959a092a8e7434456c92a5df9b87e96 authored over 6 years ago
4198c9d8e959a092a8e7434456c92a5df9b87e96 authored over 6 years ago
feat(typings): move `ClassType` to public interfaces
eba68754c26c3395a63bcbb50e7707e2e31c9384 authored over 6 years ago
eba68754c26c3395a63bcbb50e7707e2e31c9384 authored over 6 years ago
release: 0.13.1
84fc7ee6bb05b0e90039382584e826649c2678aa authored over 6 years ago
84fc7ee6bb05b0e90039382584e826649c2678aa authored over 6 years ago
fix(union): fix createUnionType overload signatures (10 limit bug)
802b4baf7640c09c1be4474c23a3bcb294463773 authored over 6 years ago
802b4baf7640c09c1be4474c23a3bcb294463773 authored over 6 years ago
test(circular): add self reference test for object type fields
8720670b391516617826acb2a670062a67918672 authored over 6 years ago
8720670b391516617826acb2a670062a67918672 authored over 6 years ago
docs(faq): fix question scope and add a comment
1ffb79b856388a919545842a5e2434955287673d authored over 6 years ago
1ffb79b856388a919545842a5e2434955287673d authored over 6 years ago
docs(resolvers): fix funny typo
bbe2055b3e1fc0471b8270c1854f9634da051db7 authored over 6 years ago
bbe2055b3e1fc0471b8270c1854f9634da051db7 authored over 6 years ago
docs(readme): update grammar
Update Grammar in Readme.md (#120)
733714eb11feae085fc567480da4bf24eee35cb9 authored over 6 years ago
docs(examples): add entry for scoped containers example
610e394f3f1a4a222fdb8ca97ddeb7f07b3583b7 authored over 6 years ago
610e394f3f1a4a222fdb8ca97ddeb7f07b3583b7 authored over 6 years ago
chore(build): fix gulp compile config
200235dc31c3fd26274eee4aacf11d5f04477d56 authored over 6 years ago
200235dc31c3fd26274eee4aacf11d5f04477d56 authored over 6 years ago
release: 0.13.0
7358bbe80391472441c89d1b797753b5f8aadf63 authored over 6 years ago
7358bbe80391472441c89d1b797753b5f8aadf63 authored over 6 years ago
Merge pull request #121 from 19majkel94/scoped-containers
Scoped containers
b89184f0170b957ce44f7aa2f3254beed34249ac authored over 6 years ago
docs(DI): add info about scoped containers feature
721081a511d4bcc981a485bcce6e2ac2eed35562 authored over 6 years ago
721081a511d4bcc981a485bcce6e2ac2eed35562 authored over 6 years ago
feat(DI): allow passing getter from resolver data to useContainer
84467aed3ed2d9934183df4415e6f06b89f1dc65 authored over 6 years ago
84467aed3ed2d9934183df4415e6f06b89f1dc65 authored over 6 years ago
docs(examples): add disposing scoped container instances
5c2dd30e4ee0e882847b39839dfc052011bf9014 authored over 6 years ago
5c2dd30e4ee0e882847b39839dfc052011bf9014 authored over 6 years ago
docs(examples): add scoped container example
763453090102c1686d554bc4e72e4075c474ab39 authored over 6 years ago
763453090102c1686d554bc4e72e4075c474ab39 authored over 6 years ago
feat(DI): pass resolver data to ioc container's `get`
f86cc635edb287f2788c88891acee5aab6671d10 authored over 6 years ago
f86cc635edb287f2788c88891acee5aab6671d10 authored over 6 years ago
feat(validation): make `class-validator` a virtual peer dependency
f122fdb855207e0907564ced2242a66e73dcc44c authored over 6 years ago
f122fdb855207e0907564ced2242a66e73dcc44c authored over 6 years ago
chore: update typescript, gulp + change transpile and build config
0f2b67b09e248ee99ae8aa3c8b09c8d3f450762f authored over 6 years ago
0f2b67b09e248ee99ae8aa3c8b09c8d3f450762f authored over 6 years ago
chore(deps): update class-validator and dev deps
3f774af9a28e2601da5041e45f54406084b864eb authored over 6 years ago
3f774af9a28e2601da5041e45f54406084b864eb authored over 6 years ago
chore(test): rename test subfolder
7d106e69138a98fb81d9bab142ed23756662ee44 authored over 6 years ago
7d106e69138a98fb81d9bab142ed23756662ee44 authored over 6 years ago
release: 0.12.3
58d5bc4b65025b633b543df01f2c8a35a2ffdf58 authored over 6 years ago
58d5bc4b65025b633b543df01f2c8a35a2ffdf58 authored over 6 years ago
fix(resolvers): stop calling `Object.assign` with boolean arguments
af742d8d9ad79c3f37bd0c794f077c146733dd38 authored over 6 years ago
af742d8d9ad79c3f37bd0c794f077c146733dd38 authored over 6 years ago
chore(deps): update dependencies to latest versions
bf70f7f96b4f1536749304abe5b0d8ef2290c896 authored over 6 years ago
bf70f7f96b4f1536749304abe5b0d8ef2290c896 authored over 6 years ago
chore(jest): fix coverage config
59a858b396af70f917bcaaf0d1e058213b6607a6 authored over 6 years ago
59a858b396af70f917bcaaf0d1e058213b6607a6 authored over 6 years ago
docs(github): add issue templates
a4aad8da014873ad6dddca07dcaca01674daa946 authored over 6 years ago
a4aad8da014873ad6dddca07dcaca01674daa946 authored over 6 years ago
docs(website): update docusaurus and fix css issues
ed7565e2822492561d504bfa14ec3451a15bae5e authored over 6 years ago
ed7565e2822492561d504bfa14ec3451a15bae5e authored over 6 years ago
feat(errors): add reflect-metadata checks and informative error
34dfd97ae130387539f3c25b094ef27cd33cff62 authored over 6 years ago
34dfd97ae130387539f3c25b094ef27cd33cff62 authored over 6 years ago
docs(authorization): corrects a typo in code sample (#108)
d9088e16d50d5f51cc275fa0fe708ecfa39677a1 authored over 6 years ago
d9088e16d50d5f51cc275fa0fe708ecfa39677a1 authored over 6 years ago
fix(metadata storage): fix getMetadataStorage function and types
1eb65b44ca70df1b253e45ee6081bf5838ebba37 authored over 6 years ago
1eb65b44ca70df1b253e45ee6081bf5838ebba37 authored over 6 years ago
docs(examples): add field resolver inheritance to examples
53910669ba947016bd52a13b72c973660e2bc324 authored over 6 years ago
53910669ba947016bd52a13b72c973660e2bc324 authored over 6 years ago
fix(resolvers): fix object type fn error in abstract resolver
6655ac105b15e1eee185a9c0ff4078924cc966a6 authored over 6 years ago
6655ac105b15e1eee185a9c0ff4078924cc966a6 authored over 6 years ago
docs(faq): add info about code reuse between InputType and ObjectType
816ac6113b181fedfeaea0fe97216671796b0545 authored over 6 years ago
816ac6113b181fedfeaea0fe97216671796b0545 authored over 6 years ago
release: 0.12.2
5c70a2a916d25813022a4efa85aa836bcfbd18d4 authored over 6 years ago
5c70a2a916d25813022a4efa85aa836bcfbd18d4 authored over 6 years ago
chore(deps): update dev dependencies to latest versions
174303e9492c12af5ccb86c89545b6967ad08b85 authored over 6 years ago
174303e9492c12af5ccb86c89545b6967ad08b85 authored over 6 years ago
feat(browser): add support for using type classes in browser
2bb93b16067b2c65cc039e0ca4e73c2b4c2426c2 authored over 6 years ago
2bb93b16067b2c65cc039e0ca4e73c2b4c2426c2 authored over 6 years ago
fix(validation): remove lines swallowing false argument value (#101)
3d562231e56c92df1c29b7131017babe702317ce authored over 6 years ago
3d562231e56c92df1c29b7131017babe702317ce authored over 6 years ago
docs(examples): add resolvers inheritence info
d519199009e59b2e1d382746c6fb31b095a8d283 authored over 6 years ago
d519199009e59b2e1d382746c6fb31b095a8d283 authored over 6 years ago
refactor: change signature name of decorator's function parameters
9095adbbb0ae53b5bc03c00ba2822c0fc01f7331 authored over 6 years ago
9095adbbb0ae53b5bc03c00ba2822c0fc01f7331 authored over 6 years ago
release: 0.12.1
540a0b4afd0d5796c31ef136a81c09aab57612cc authored over 6 years ago
540a0b4afd0d5796c31ef136a81c09aab57612cc authored over 6 years ago
docs(website): remove useless images
2cdfe9a7d432f414efa7cd6ca0e68e7d95fe2e65 authored over 6 years ago
2cdfe9a7d432f414efa7cd6ca0e68e7d95fe2e65 authored over 6 years ago
fix(inheritance): fix overriding parent resolver handlers
6debc6e16937fb8532c79d8ce87c0684ec50dbcb authored over 6 years ago
6debc6e16937fb8532c79d8ce87c0684ec50dbcb authored over 6 years ago
test(fields): add test cases for overwriting field name in schema
4d62fde15e274f9fd83c62a09966b58982401b72 authored over 6 years ago
4d62fde15e274f9fd83c62a09966b58982401b72 authored over 6 years ago
release: 0.12.0
a7a0af3fa17880e05a098186b93a4871835a49de authored over 6 years ago
a7a0af3fa17880e05a098186b93a4871835a49de authored over 6 years ago
chore(travis): enable tests on latest node 10
54daaa5371e1754e3857d356330a5befccf025f5 authored over 6 years ago
54daaa5371e1754e3857d356330a5befccf025f5 authored over 6 years ago
chore(deps): update dev depencies to latest versions
22aef5cb29aebccbd88c1af9fb2512013365872b authored over 6 years ago
22aef5cb29aebccbd88c1af9fb2512013365872b authored over 6 years ago
chore(deps): update website docusaurus
be8b763f273d5fb86d094fb413c0c1590053021d authored over 6 years ago
be8b763f273d5fb86d094fb413c0c1590053021d authored over 6 years ago
Merge pull request #93 from 19majkel94/resolvers-inheritance
Resolvers inheritance
816cf2c0c6e965c1e63d9f4bede5aa2ac4e752ac authored over 6 years ago
fix(resolvers): ensure support for inheritance of field resolvers
a704b8b992e0fe45aea3c1a35ee47f0b81faf9d6 authored over 6 years ago
a704b8b992e0fe45aea3c1a35ee47f0b81faf9d6 authored over 6 years ago
docs(resolvers): add docs for resolvers inheritance feature
b919d583fc215255f2119ea2d9c7f835b24d0a76 authored over 6 years ago
b919d583fc215255f2119ea2d9c7f835b24d0a76 authored over 6 years ago
docs(examples): update the resolvers inheritance example
7fdc96faa6f851cd830bcac4820ded566be9747e authored over 6 years ago
7fdc96faa6f851cd830bcac4820ded566be9747e authored over 6 years ago
test(resolvers): add functional resolvers inheritance tests
68686ee9c24670999b2b727e4bfb5e79b959a62f authored over 6 years ago
68686ee9c24670999b2b727e4bfb5e79b959a62f authored over 6 years ago
test(resolvers): add resolvers inheritance schema generation test
9037dd2dfb2b77add31a513b44acdceeb93a8a6f authored over 6 years ago
9037dd2dfb2b77add31a513b44acdceeb93a8a6f authored over 6 years ago
docs(examples): add resolvers inheritance example
bd8dcf35a3fb47763fa2c15e1ba774281aa06afe authored over 6 years ago
bd8dcf35a3fb47763fa2c15e1ba774281aa06afe authored over 6 years ago
feat(resolvers): add inheritance support
f6692a52cf57d893c54a78c2760330dc3b27320e authored over 6 years ago
f6692a52cf57d893c54a78c2760330dc3b27320e authored over 6 years ago
chore(deps): update dependencies to latest versions
3124aa920a51a5475b94f5d3885734033bc0095d authored over 6 years ago
3124aa920a51a5475b94f5d3885734033bc0095d authored over 6 years ago
refactor(decorators): unify decorators signature overloads
7df6063b66fe4da3e2ec8cd3322ab0236ddf1b06 authored over 6 years ago
7df6063b66fe4da3e2ec8cd3322ab0236ddf1b06 authored over 6 years ago
refactor(schema): extract pure functions from generator class
780e4b41bed48a8b53c3a40d7bfa0cf6d319d4b3 authored over 6 years ago
780e4b41bed48a8b53c3a40d7bfa0cf6d319d4b3 authored over 6 years ago
refactor(interfaces): remove deprecated and fix folders structure
remove deprecated `ActionData` and `FilterActionData` interfaces
remove `types` folder and move d...
release: 0.11.3
bac4db9029d15fc5f0bf34747e357a99b73fd32e authored over 6 years ago
bac4db9029d15fc5f0bf34747e357a99b73fd32e authored over 6 years ago
feat(authorization): make auth checker feature generic typed
92fd5c37c72f2e4b40eb27d828f54d459f825b36 authored over 6 years ago
92fd5c37c72f2e4b40eb27d828f54d459f825b36 authored over 6 years ago
docs(examples): Add example integration with Apollo Engine
290ae5ebf6e7eef7601d8ed671ac6b6e1aacdefc authored over 6 years ago
290ae5ebf6e7eef7601d8ed671ac6b6e1aacdefc authored over 6 years ago
chore(deps): update minor dependencies versions
fix npm audit vulnerability
upgrade package-lock to npm@6
docs: fix doc format and website config
b37396d408537e7dbcf2a0a2dc64dd11a6276c2c authored over 6 years ago
b37396d408537e7dbcf2a0a2dc64dd11a6276c2c authored over 6 years ago
docs(faq): add entry about object type instance requirement
cd4451a9959e971e1cca6035f9f91487b61b1cba authored over 6 years ago
cd4451a9959e971e1cca6035f9f91487b61b1cba authored over 6 years ago
Merge pull request #70 from pkosiec/new-logo
Shiny new logo
795c4eac36ee2a2037277888761f02b160eaa499 authored over 6 years ago
docs(website): change colors and update logo
8e702c14c59f70dc7c63a7aee71b903c79a8ef80 authored over 6 years ago
8e702c14c59f70dc7c63a7aee71b903c79a8ef80 authored over 6 years ago
docs(readme): introduce shiny new logo
392e8d30c50c9a3d492270472c6a92f4ab7aeb50 authored over 6 years ago
392e8d30c50c9a3d492270472c6a92f4ab7aeb50 authored over 6 years ago
release: 0.11.2
1b0ae9096c8c142c631d50ebdbb6cc09b181f3d4 authored over 6 years ago
1b0ae9096c8c142c631d50ebdbb6cc09b181f3d4 authored over 6 years ago
docs: fix typos in docs
53a5deca739525f0a8d8a1e007882302fbe13d47 authored over 6 years ago
53a5deca739525f0a8d8a1e007882302fbe13d47 authored over 6 years ago
refactor(types): rename and deprecate `ActionData` like interfaces
a3fa121990ee053f21307d414178f8df5b7ae8d8 authored over 6 years ago
a3fa121990ee053f21307d414178f8df5b7ae8d8 authored over 6 years ago
chore: update dev deps and depending code
d17b46fa1f39c846d013423f487503a52793f0c7 authored over 6 years ago
d17b46fa1f39c846d013423f487503a52793f0c7 authored over 6 years ago
chore(travis): fix travis config - node v10 bug
24fba68fb6e9f84a947e7057bb5a06e2a37ec5b1 authored over 6 years ago
24fba68fb6e9f84a947e7057bb5a06e2a37ec5b1 authored over 6 years ago
feat(metadata): attach `MetadataStorage` to global scope
355b69ac7382260a5f97add031d88a26cd07a7cc authored over 6 years ago
355b69ac7382260a5f97add031d88a26cd07a7cc authored over 6 years ago
release: 0.11.1
72b07c427e2b3f3c614a30ecaaeab25e1f59aa01 authored over 6 years ago
72b07c427e2b3f3c614a30ecaaeab25e1f59aa01 authored over 6 years ago
docs: fix minor typos and grammar
8c0fc12b8312998bd46fdda9c93efdd948dec194 authored over 6 years ago
8c0fc12b8312998bd46fdda9c93efdd948dec194 authored over 6 years ago
fix(scalars): fix converting object scalars to instance
4176ed2addc87f441da89ed6cf95c25433a2271b authored over 6 years ago
4176ed2addc87f441da89ed6cf95c25433a2271b authored over 6 years ago
feat(fields): add support for creating object field from field resolver
ad1e30466ec7a5ebcdce5d1675ce30d4628513f8 authored over 6 years ago
ad1e30466ec7a5ebcdce5d1675ce30d4628513f8 authored over 6 years ago
refactor: clean up code and type definitions
a340a96e5a5f05d2e59fee47a7c742d529d2f25c authored over 6 years ago
a340a96e5a5f05d2e59fee47a7c742d529d2f25c authored over 6 years ago
feat(authorization): support returning null instead of throwing error
a2c7592d5eeb5480b7d3f3f50ba8f61af6e5ef5f authored over 6 years ago
a2c7592d5eeb5480b7d3f3f50ba8f61af6e5ef5f authored over 6 years ago
docs: add info about moving to website
457a0921d7d7cf1f1def7a61bb366ff288a6df48 authored almost 7 years ago
457a0921d7d7cf1f1def7a61bb366ff288a6df48 authored almost 7 years ago
release: 0.11.0
b986494fd9bc99e26b5d81139cf33ff6cf19e3cb authored almost 7 years ago
b986494fd9bc99e26b5d81139cf33ff6cf19e3cb authored almost 7 years ago
docs: switch from `express-graphql` to `graphql-yoga`
dda620e94d5aad4e7d7f3a77faff22c5d8315510 authored almost 7 years ago
dda620e94d5aad4e7d7f3a77faff22c5d8315510 authored almost 7 years ago
refactor(decorators): remove deprecated decorators and options
d6c044b7b4229349cb33b06b4428e4b381c83547 authored almost 7 years ago
d6c044b7b4229349cb33b06b4428e4b381c83547 authored almost 7 years ago
refactor(authorization): refactor auth handler to middleware
f1d8c2c0106a015700dd74057db6bebc61fdd6de authored almost 7 years ago
f1d8c2c0106a015700dd74057db6bebc61fdd6de authored almost 7 years ago