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
Merge pull request #68 from 19majkel94/middlewares
Middlewares support
4c775f3f354b85b6536107a14f047199cde4a5d8 authored over 6 years ago by Michał Lytek <[email protected]>
docs(middlewares): add entry about middlewares support
125314997a268cb3f998bd6b40d2d8b398ffcb29 authored over 6 years ago by Michał Lytek <[email protected]>
125314997a268cb3f998bd6b40d2d8b398ffcb29 authored over 6 years ago by Michał Lytek <[email protected]>
docs(middlewares): fix issues with middlewares docs
b075f9e254acda4e4c62e9ba47a9cf74ed59e610 authored over 6 years ago by Michał Lytek <[email protected]>
b075f9e254acda4e4c62e9ba47a9cf74ed59e610 authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): allow not returning result from middleware
c66a882d53fdaf4525d75d1d0624095064c8d9a6 authored over 6 years ago by Michał Lytek <[email protected]>
c66a882d53fdaf4525d75d1d0624095064c8d9a6 authored over 6 years ago by Michał Lytek <[email protected]>
docs(middlewares): add docs for a middleware feature
a0de30fe5fe29672b979d92b1fca1452ae08c37b authored over 6 years ago by Michał Lytek <[email protected]>
a0de30fe5fe29672b979d92b1fca1452ae08c37b authored over 6 years ago by Michał Lytek <[email protected]>
refactor(decorators): simplify overloaded array rest params
b63223e1aa06e5645df5a504f3cc3b6958fe7e10 authored over 6 years ago by Michał Lytek <[email protected]>
b63223e1aa06e5645df5a504f3cc3b6958fe7e10 authored over 6 years ago by Michał Lytek <[email protected]>
refactor(middleware): change `NextFunction` name to `NextFn`
d801c0cd453d7e7a319c83c8847e370a8a34f7b2 authored over 6 years ago by Michał Lytek <[email protected]>
d801c0cd453d7e7a319c83c8847e370a8a34f7b2 authored over 6 years ago by Michał Lytek <[email protected]>
refactor(middlewares): change resolve method name to use
aaa80e955a2112d51f6d0091ca6d21af8faeb62d authored over 6 years ago by Michał Lytek <[email protected]>
aaa80e955a2112d51f6d0091ca6d21af8faeb62d authored over 6 years ago by Michał Lytek <[email protected]>
docs(examples): update middleware example to custom decorators
d4e931516ed9016b2fbbb3cb64dbe753ab78024d authored over 6 years ago by Michał Lytek <[email protected]>
d4e931516ed9016b2fbbb3cb64dbe753ab78024d authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): add support for multiple use decorators (custom)
933d75dad7858f35a9b773eda1668e17272c6c94 authored over 6 years ago by Michał Lytek <[email protected]>
933d75dad7858f35a9b773eda1668e17272c6c94 authored over 6 years ago by Michał Lytek <[email protected]>
chore(refactor): clean all unused imports and variables
8b500b337ed3485169b6137a8614e6a8b6e12367 authored over 6 years ago by Michał Lytek <[email protected]>
8b500b337ed3485169b6137a8614e6a8b6e12367 authored over 6 years ago by Michał Lytek <[email protected]>
docs(examples): simplify recipe resolver code
4914b8ba2d8a8c348fecb3c9262752dfb088e591 authored over 6 years ago by Michał Lytek <[email protected]>
4914b8ba2d8a8c348fecb3c9262752dfb088e591 authored over 6 years ago by Michał Lytek <[email protected]>
docs(examples): add middlewares example
b625c187134dafcf58347944a0f734ac2dffaf38 authored over 6 years ago by Michał Lytek <[email protected]>
b625c187134dafcf58347944a0f734ac2dffaf38 authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): add support for class middlewares
713c47aa8a9d52759871458e4089ab42de117550 authored over 6 years ago by Michał Lytek <[email protected]>
713c47aa8a9d52759871458e4089ab42de117550 authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): add support for global middlewares
17414601b34fcc68182874d8dbe6720db85480a8 authored over 6 years ago by Michał Lytek <[email protected]>
17414601b34fcc68182874d8dbe6720db85480a8 authored over 6 years ago by Michał Lytek <[email protected]>
chore(format): update prettier and tslint settings
178124189f6da6f102ec94fce2b0848f8e0d3692 authored over 6 years ago by Michał Lytek <[email protected]>
178124189f6da6f102ec94fce2b0848f8e0d3692 authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): add support for field resolver middlewares
90f87fa576ebd2bf0424a7c7093105ca3e73ad44 authored over 6 years ago by Michał Lytek <[email protected]>
90f87fa576ebd2bf0424a7c7093105ca3e73ad44 authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): implement stack handling and test it
580c00345b5095431c745bb4d5877c05ec4e0dbf authored over 6 years ago by Michał Lytek <[email protected]>
580c00345b5095431c745bb4d5877c05ec4e0dbf authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): change the signature to koa-like (await next)
4ad4d785e5715416d1a145c5f589bdd6f0ae0cab authored over 6 years ago by Michał Lytek <[email protected]>
4ad4d785e5715416d1a145c5f589bdd6f0ae0cab authored over 6 years ago by Michał Lytek <[email protected]>
feat(middleware): create middleware stack in resolvers handlers
4d160691826d3bc251764704e2a66e8b8c4ada07 authored over 6 years ago by Michał Lytek <[email protected]>
4d160691826d3bc251764704e2a66e8b8c4ada07 authored over 6 years ago by Michał Lytek <[email protected]>
feat(middlewares): collect and build middleware metadatas
55087595a0d379e4d646b26c625e643dfa490328 authored over 6 years ago by Michał Lytek <[email protected]>
55087595a0d379e4d646b26c625e643dfa490328 authored over 6 years ago by Michał Lytek <[email protected]>
release: 0.10.0
b42abde575e16e8a6b644a27d0483ef0bc3fff7d authored over 6 years ago by Michał Lytek <[email protected]>
b42abde575e16e8a6b644a27d0483ef0bc3fff7d authored over 6 years ago by Michał Lytek <[email protected]>
chore(deps): update package dependencies
8b7a7e71f231e8dac1a281d885d4bfb6a94208b6 authored over 6 years ago by Michał Lytek <[email protected]>
8b7a7e71f231e8dac1a281d885d4bfb6a94208b6 authored over 6 years ago by Michał Lytek <[email protected]>
chore(deps): update graphql types to 0.13 + fix related issues
b6131b668f26988e6467846d4eade60787073bc8 authored over 6 years ago by Michał Lytek <[email protected]>
b6131b668f26988e6467846d4eade60787073bc8 authored over 6 years ago by Michał Lytek <[email protected]>
docs(examples): switch all examples to graphql-yoga
2037c34add28932f2e99828fb8a05da97a7f305d authored over 6 years ago by Michał Lytek <[email protected]>
2037c34add28932f2e99828fb8a05da97a7f305d authored over 6 years ago by Michał Lytek <[email protected]>
docs(examples): add graphql-yoga server to simple subscriptions
02e07442606e0df8763bcd4e141c62c3595b50d4 authored over 6 years ago by Michał Lytek <[email protected]>
02e07442606e0df8763bcd4e141c62c3595b50d4 authored over 6 years ago by Michał Lytek <[email protected]>
fix(validation): merge local `validate` with global config
73d06da13e9a69d1a4a68fd0884bef56d6187806 authored over 6 years ago by Michał Lytek <[email protected]>
73d06da13e9a69d1a4a68fd0884bef56d6187806 authored over 6 years ago by Michał Lytek <[email protected]>
feat(schema): add `buildSchemaSync` function
a212fd19f28d3095244c44381617f03e97ec4db3 authored over 6 years ago by Michał Lytek <[email protected]>
a212fd19f28d3095244c44381617f03e97ec4db3 authored over 6 years ago by Michał Lytek <[email protected]>
docs(website): configure algolia search
78be1b889a63730495478226ead9ec1302e31d8d authored over 6 years ago by Michał Lytek <[email protected]>
78be1b889a63730495478226ead9ec1302e31d8d authored over 6 years ago by Michał Lytek <[email protected]>
docs(webiste): fix snippets path
11e93cebb3bdfafc973489911dcd6a5b8c905def authored almost 7 years ago by Michał Lytek <[email protected]>
11e93cebb3bdfafc973489911dcd6a5b8c905def authored almost 7 years ago by Michał Lytek <[email protected]>
docs(wesbite): add gaTrackingId
8e7830c40ae1c02db7a448c6df152fef23080972 authored almost 7 years ago by Michał Lytek <[email protected]>
8e7830c40ae1c02db7a448c6df152fef23080972 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(readme): add info about docs website
780eaf92f2d72673d1e334eb739ea51c716d5d48 authored almost 7 years ago by Michał Lytek <[email protected]>
780eaf92f2d72673d1e334eb739ea51c716d5d48 authored almost 7 years ago by Michał Lytek <[email protected]>
docs: fix typos and grammar
b044082170d03cc9e561964fda8b6c232801b36c authored almost 7 years ago by Michał Lytek <[email protected]>
b044082170d03cc9e561964fda8b6c232801b36c authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): fix snippets mistake
c4ab1a58a87a08ab8e5f828646802d585bb9c9e3 authored almost 7 years ago by Michał Lytek <[email protected]>
c4ab1a58a87a08ab8e5f828646802d585bb9c9e3 authored almost 7 years ago by Michał Lytek <[email protected]>
Merge pull request #56 from 19majkel94/website
Website
ccf7bc9ef2cc3374d4f7f0211d9ee24e47f2679e authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): Configure website autodeploy
b7e377164559d2cbdb8734d1d7230d16a0b47f5e authored almost 7 years ago by Michał Lytek <[email protected]>
b7e377164559d2cbdb8734d1d7230d16a0b47f5e authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): Improve landing page promo sections
c7cb2986366d3df6ef9150cc981bcadd57dc0658 authored almost 7 years ago by Michał Lytek <[email protected]>
c7cb2986366d3df6ef9150cc981bcadd57dc0658 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): switch from screenshots to snippets + add new section
d0e30a59f0c0c20b2dacce3f89f910bef376e6b0 authored almost 7 years ago by Michał Lytek <[email protected]>
d0e30a59f0c0c20b2dacce3f89f910bef376e6b0 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): design welcome page
9d3172246e967b8265cf87a2486cf07c216528b4 authored almost 7 years ago by Michał Lytek <[email protected]>
9d3172246e967b8265cf87a2486cf07c216528b4 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(webiste): configure website footer
3f339f5b90296cccaa52bc7875b0448ec57bac8c authored almost 7 years ago by Michał Lytek <[email protected]>
3f339f5b90296cccaa52bc7875b0448ec57bac8c authored almost 7 years ago by Michał Lytek <[email protected]>
docs(webiste): organize navbar sections
6b1c18ccdbe2a564478192dbc18970d837e3a616 authored almost 7 years ago by Michał Lytek <[email protected]>
6b1c18ccdbe2a564478192dbc18970d837e3a616 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): add logo favicon
605be36deebbc5dfad95e0d1e85517081345a0c7 authored almost 7 years ago by Michał Lytek <[email protected]>
605be36deebbc5dfad95e0d1e85517081345a0c7 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(examples): update examples readme
1687152ca55816aa616d84bd67fa1948f12c1c2a authored almost 7 years ago by Michał Lytek <[email protected]>
1687152ca55816aa616d84bd67fa1948f12c1c2a authored almost 7 years ago by Michał Lytek <[email protected]>
release: 0.9.1
1cfcec9f7cfb5707d4095f6543973619e32d27c7 authored almost 7 years ago by Michał Lytek <[email protected]>
1cfcec9f7cfb5707d4095f6543973619e32d27c7 authored almost 7 years ago by Michał Lytek <[email protected]>
fix(inheritance): fix extending non-TypeGraphQL classes
44a49a68fd42b1949347b06ab9255d744311ca23 authored almost 7 years ago by Michał Lytek <[email protected]>
44a49a68fd42b1949347b06ab9255d744311ca23 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): configure docs section
b7cf5c4e8b14c5c0ef19bb87b708d10edcde240e authored almost 7 years ago by Michał Lytek <[email protected]>
b7cf5c4e8b14c5c0ef19bb87b708d10edcde240e authored almost 7 years ago by Michał Lytek <[email protected]>
docs(webiste): add first blog post
67ed01dc22b2ba302c09b3a63224cdefa5c04103 authored almost 7 years ago by Michał Lytek <[email protected]>
67ed01dc22b2ba302c09b3a63224cdefa5c04103 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(website): change docusaurus site config
3b82975815b034959a7ca1d345c84702ca62ee48 authored almost 7 years ago by Michał Lytek <[email protected]>
3b82975815b034959a7ca1d345c84702ca62ee48 authored almost 7 years ago by Michał Lytek <[email protected]>
docs: add initialized Docusaurus project
2511fb146539d0e3bc1ea623a23aed04788572f3 authored almost 7 years ago by Michał Lytek <[email protected]>
2511fb146539d0e3bc1ea623a23aed04788572f3 authored almost 7 years ago by Michał Lytek <[email protected]>
release: 0.9.0
ec0f01c566f6c8d2a57ccaca75b211be502a6b38 authored almost 7 years ago by Michał Lytek <[email protected]>
ec0f01c566f6c8d2a57ccaca75b211be502a6b38 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(readme): add `esnext.asynciterable` info in install section
64c76ca2b5882fa9c8ebf3a290903d9c59e05985 authored almost 7 years ago by Michał [Desktop] <[email protected]>
64c76ca2b5882fa9c8ebf3a290903d9c59e05985 authored almost 7 years ago by Michał [Desktop] <[email protected]>
docs(examples): improve examples code and docs
3cbb52f517e71d9498455ec04e1e5fc3eb2539d8 authored almost 7 years ago by Michał Lytek <[email protected]>
3cbb52f517e71d9498455ec04e1e5fc3eb2539d8 authored almost 7 years ago by Michał Lytek <[email protected]>
docs: update docs and examples to newest syntax
2014f6579f50e9b069068e48b3c589b892084715 authored almost 7 years ago by Michał Lytek <[email protected]>
2014f6579f50e9b069068e48b3c589b892084715 authored almost 7 years ago by Michał Lytek <[email protected]>
chore: deprecate `{ array: true }` type option
5d6a6869fc4e9a65167d90f069f8fce00b326304 authored almost 7 years ago by Michał Lytek <[email protected]>
5d6a6869fc4e9a65167d90f069f8fce00b326304 authored almost 7 years ago by Michał Lytek <[email protected]>
chore: update package dependencies
cb1916a5c19d6259ce4bd8b9318871bca683295a authored almost 7 years ago by Michał Lytek <[email protected]>
cb1916a5c19d6259ce4bd8b9318871bca683295a authored almost 7 years ago by Michał Lytek <[email protected]>
Merge pull request #54 from 19majkel94/subscriptions
Subscriptions support
9908d030196d180001146615c872a7f2e50ac966 authored almost 7 years ago by Michał Lytek <[email protected]>
feat(subscriptions): make subscription topics required
3df6d172d324999a8decf7944e078d1cbffb859c authored almost 7 years ago by Michał Lytek <[email protected]>
3df6d172d324999a8decf7944e078d1cbffb859c authored almost 7 years ago by Michał Lytek <[email protected]>
feat(subscriptions): add `FilterActionData` type for filter functions
4fbd97ba5303b0f9c5ab1b83241df9e6b09b505a authored almost 7 years ago by Michał Lytek <[email protected]>
4fbd97ba5303b0f9c5ab1b83241df9e6b09b505a authored almost 7 years ago by Michał Lytek <[email protected]>
test(subscriptions): add pubsub test cases
e055d748fcea6a3e35c4fb2e55a5432bbf91fabf authored almost 7 years ago by Michał Lytek <[email protected]>
e055d748fcea6a3e35c4fb2e55a5432bbf91fabf authored almost 7 years ago by Michał Lytek <[email protected]>
docs(subscriptions): add subscriptions guide
9cebbd9906c55f81efc61bf7a052f44412028dd7 authored almost 7 years ago by Michał Lytek <[email protected]>
9cebbd9906c55f81efc61bf7a052f44412028dd7 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(changelog): add entry about support for subscriptions
3c3b65ed9325f296b9314633520d054bc1190ca3 authored almost 7 years ago by Michał Lytek <[email protected]>
3c3b65ed9325f296b9314633520d054bc1190ca3 authored almost 7 years ago by Michał Lytek <[email protected]>
test(subscriptions): add functional subscriptions test suite
5e31f03b2e51526f77734c8ec8abf629aac439b8 authored almost 7 years ago by Michał Lytek <[email protected]>
5e31f03b2e51526f77734c8ec8abf629aac439b8 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(examples): clean simple subscriptions example code
591c6c717d1b99e8309d30f3e7c43491e2751980 authored almost 7 years ago by Michał Lytek <[email protected]>
591c6c717d1b99e8309d30f3e7c43491e2751980 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(examples): add redis based subscriptions example
acad04a92b596f5117204672e2147f287205e358 authored almost 7 years ago by Michał Lytek <[email protected]>
acad04a92b596f5117204672e2147f287205e358 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(examples): fix links in readme
58772c0837b7a3102e0431933bf98e31a4ea6b8d authored almost 7 years ago by Michał Lytek <[email protected]>
58772c0837b7a3102e0431933bf98e31a4ea6b8d authored almost 7 years ago by Michał Lytek <[email protected]>
docs(examples): add simple subscriptions example
03e48e65fab31df0b3dc3db44998bcf97cf4d199 authored almost 7 years ago by Michał Lytek <[email protected]>
03e48e65fab31df0b3dc3db44998bcf97cf4d199 authored almost 7 years ago by Michał Lytek <[email protected]>
feat(subscriptions): add support for filter in subscriptions handlers
cf5147dd44aad93b5ee938f34c9ba8bcac852251 authored almost 7 years ago by Michał Lytek <[email protected]>
cf5147dd44aad93b5ee938f34c9ba8bcac852251 authored almost 7 years ago by Michał Lytek <[email protected]>
feat(subscriptions): add proper subscriptions resolvers generation
344fd6a685b73012514e46b61f9eda174ce2f574 authored almost 7 years ago by Michał Lytek <[email protected]>
344fd6a685b73012514e46b61f9eda174ce2f574 authored almost 7 years ago by Michał Lytek <[email protected]>
feat(subscriptions): add pubsub triggerkey support
28fc0daab898ebf367d0bad071256312a6618cef authored almost 7 years ago by Michał Lytek <[email protected]>
28fc0daab898ebf367d0bad071256312a6618cef authored almost 7 years ago by Michał Lytek <[email protected]>
feat(subscriptions): add decorators and metadata
787ed2084dbac94edd7f34b31982a246678df137 authored almost 7 years ago by Michał Lytek <[email protected]>
787ed2084dbac94edd7f34b31982a246678df137 authored almost 7 years ago by Michał Lytek <[email protected]>
feat(subscriptions): add dependencies and pubsub in build context
- added `graphql-subscriptions` to deps
- added `graphql-redis-subscriptions` to dev deps
feat(subscriptions): add subscription decorator and metadata stuff
a64c7de2321213719b6c1b84977f1cbfe2487cc8 authored almost 7 years ago by Michał [Desktop] <[email protected]>
a64c7de2321213719b6c1b84977f1cbfe2487cc8 authored almost 7 years ago by Michał [Desktop] <[email protected]>
refactor(tests): rename type helpers and add new one
2a0964445010f069d2c9d37c1936b2d2027dad24 authored almost 7 years ago by Michał Lytek <[email protected]>
2a0964445010f069d2c9d37c1936b2d2027dad24 authored almost 7 years ago by Michał Lytek <[email protected]>
refactor: rename and organize metadata interfaces
54729295e03efc480722900ddb7832b68c819649 authored almost 7 years ago by Michał Lytek <[email protected]>
54729295e03efc480722900ddb7832b68c819649 authored almost 7 years ago by Michał Lytek <[email protected]>
refactor: move GenertingSchemaError to errors folder
36f0a90eb901985f3c4a2422d51823d56171e3aa authored almost 7 years ago by Michał Lytek <[email protected]>
36f0a90eb901985f3c4a2422d51823d56171e3aa authored almost 7 years ago by Michał Lytek <[email protected]>
refactor: fix `defintion` typo
8022d4376526bafee6a67a15c733d781931e299d authored almost 7 years ago by Michał Lytek <[email protected]>
8022d4376526bafee6a67a15c733d781931e299d authored almost 7 years ago by Michał Lytek <[email protected]>
docs(readme): add motivation section to readme
7f0da795bb5220f92cbd96a3e98061965723d545 authored almost 7 years ago by Michał Lytek <[email protected]>
7f0da795bb5220f92cbd96a3e98061965723d545 authored almost 7 years ago by Michał Lytek <[email protected]>
release: 0.8.1
73c17d4ac66d765de917f0c6c8d00ff5bd2377f2 authored almost 7 years ago by Michał Lytek <[email protected]>
73c17d4ac66d765de917f0c6c8d00ff5bd2377f2 authored almost 7 years ago by Michał Lytek <[email protected]>
Merge pull request #50 from 19majkel94/docs
Enhance the documentation and readme
780d7e5a4e03fa626240b7e60ff5d3fa5ef2fba6 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(readme): simplify the readme
cd84f720c4cc3544630cb1f8d1d34e91fd7ef5e8 authored almost 7 years ago by Michał Lytek <[email protected]>
cd84f720c4cc3544630cb1f8d1d34e91fd7ef5e8 authored almost 7 years ago by Michał Lytek <[email protected]>
chore: update package description
631b6c29cdced64985c75612bc981f92e87cf444 authored almost 7 years ago by Michał Lytek <[email protected]>
631b6c29cdced64985c75612bc981f92e87cf444 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(faq): add InputType and ArgsType question
0691db653eb4adc597b6f89aaf6d070f82e531f4 authored almost 7 years ago by Michał Lytek <[email protected]>
0691db653eb4adc597b6f89aaf6d070f82e531f4 authored almost 7 years ago by Michał Lytek <[email protected]>
docs: add getting started guide
55c805655bda2e4ecc8a289ff268690e5d270357 authored almost 7 years ago by Michał Lytek <[email protected]>
55c805655bda2e4ecc8a289ff268690e5d270357 authored almost 7 years ago by Michał Lytek <[email protected]>
docs: add introduction to TypeGraphQL
71c14adf8313f1ece8d538b7e2a147f36f848fc8 authored almost 7 years ago by Michał Lytek <[email protected]>
71c14adf8313f1ece8d538b7e2a147f36f848fc8 authored almost 7 years ago by Michał Lytek <[email protected]>
chore(test): replace strings with TypeKind enum
7cbf2454b3907cd34d8c3e4a61efd5a97c682595 authored almost 7 years ago by Michał Lytek <[email protected]>
7cbf2454b3907cd34d8c3e4a61efd5a97c682595 authored almost 7 years ago by Michał Lytek <[email protected]>
docs(resolvers): add queries and mutations docs
94ba000f939df4f9bd9850fe0edbc4854210e86c authored almost 7 years ago by Michał Lytek <[email protected]>
94ba000f939df4f9bd9850fe0edbc4854210e86c authored almost 7 years ago by Michał Lytek <[email protected]>
docs: add types and fields docs
6434f3135b6815a97c1954b5d47203d804326f3f authored almost 7 years ago by Michał Lytek <[email protected]>
6434f3135b6815a97c1954b5d47203d804326f3f authored almost 7 years ago by Michał Lytek <[email protected]>
docs: add faq to docs
6704fa1515c8f02ae726b16689ad4faa6855926b authored almost 7 years ago by Michał Lytek <[email protected]>
6704fa1515c8f02ae726b16689ad4faa6855926b authored almost 7 years ago by Michał Lytek <[email protected]>
docs: add bootstraping guide
69c6d71ba60bf0b331972083d23ea296e9105bbc authored almost 7 years ago by Michał Lytek <[email protected]>
69c6d71ba60bf0b331972083d23ea296e9105bbc authored almost 7 years ago by Michał Lytek <[email protected]>
docs(resolvers): add field resolvers docs
57b900da47c2b84b2b3aefd0ac28fb52a43f6a05 authored almost 7 years ago by Michał Lytek <[email protected]>
57b900da47c2b84b2b3aefd0ac28fb52a43f6a05 authored almost 7 years ago by Michał Lytek <[email protected]>
docs: fix links to other docs
3d31294e16faf9d3fafb9c2eabd0e45b63ebc754 authored almost 7 years ago by Michał Lytek <[email protected]>
3d31294e16faf9d3fafb9c2eabd0e45b63ebc754 authored almost 7 years ago by Michał Lytek <[email protected]>
docs: add readme - table of content
0dda6c405ecc7f5a347f47a485604b80b9cba57b authored almost 7 years ago by Michał Lytek <[email protected]>
0dda6c405ecc7f5a347f47a485604b80b9cba57b authored almost 7 years ago by Michał Lytek <[email protected]>
docs: fix all the typos
aefe5f8cba01de81fc97f5edbe3cd49cbbf6d019 authored almost 7 years ago by Michał Lytek <[email protected]>
aefe5f8cba01de81fc97f5edbe3cd49cbbf6d019 authored almost 7 years ago by Michał Lytek <[email protected]>
feat(decorators): add support for injecting parts of root and ctx
e96612b3d5a2c173a841d0a25adc1ef03315a27e authored almost 7 years ago by Michał Lytek <[email protected]>
e96612b3d5a2c173a841d0a25adc1ef03315a27e authored almost 7 years ago by Michał Lytek <[email protected]>
chore: fix launch dev config
450a9091f9ba68abd32ae6bd40987abd82fd8a35 authored almost 7 years ago by Michał Lytek <[email protected]>
450a9091f9ba68abd32ae6bd40987abd82fd8a35 authored almost 7 years ago by Michał Lytek <[email protected]>
release: 0.8.0
b7baf99e61da0aec2321e5ddec4bfda16347f155 authored almost 7 years ago by Michał Lytek <[email protected]>
b7baf99e61da0aec2321e5ddec4bfda16347f155 authored almost 7 years ago by Michał Lytek <[email protected]>
refactor: rename enum "decorator" to registerEnumType
a0799179a30b88ae68b0f9e611bc15bef752b898 authored almost 7 years ago by Michał Lytek <[email protected]>
a0799179a30b88ae68b0f9e611bc15bef752b898 authored almost 7 years ago by Michał Lytek <[email protected]>
refactor: depracate decorators with `GraphQL` prefix
40abf8e868cb1e80b2688c079300c3f68320733d authored almost 7 years ago by Michał Lytek <[email protected]>
40abf8e868cb1e80b2688c079300c3f68320733d authored almost 7 years ago by Michał Lytek <[email protected]>
test(fields): add symbol property key error test
2f8750e326f646a6d305ea22bb61acbd6790c40c authored almost 7 years ago by Michał Lytek <[email protected]>
2f8750e326f646a6d305ea22bb61acbd6790c40c authored almost 7 years ago by Michał Lytek <[email protected]>
refactor: add custom error for find type helper
b2a6c07705ada771064f19dd7c327d9bee8e71e8 authored almost 7 years ago by Michał Lytek <[email protected]>
b2a6c07705ada771064f19dd7c327d9bee8e71e8 authored almost 7 years ago by Michał Lytek <[email protected]>