{"id":13433064,"url":"https://github.com/doug-martin/nestjs-query","last_synced_at":"2025-05-14T01:10:33.367Z","repository":{"id":37704499,"uuid":"219902656","full_name":"doug-martin/nestjs-query","owner":"doug-martin","description":"Easy CRUD for GraphQL.","archived":false,"fork":false,"pushed_at":"2025-05-07T12:51:21.000Z","size":36315,"stargazers_count":839,"open_issues_count":125,"forks_count":141,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-11T15:05:33.246Z","etag":null,"topics":["crud","graphql","graphql-resolver","mongodb","mongoose","nestjs","nestjs-graphql","sequelize","typegraphql","typeorm"],"latest_commit_sha":null,"homepage":"https://doug-martin.github.io/nestjs-query","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doug-martin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-06T03:18:04.000Z","updated_at":"2025-05-05T07:17:53.000Z","dependencies_parsed_at":"2024-01-03T14:03:10.617Z","dependency_job_id":"d5049a57-0525-4649-8e5e-8685e1d4f53d","html_url":"https://github.com/doug-martin/nestjs-query","commit_stats":{"total_commits":1495,"total_committers":34,"mean_commits":"43.970588235294116","dds":0.4060200668896321,"last_synced_commit":"a8781c0557eb1470f21ce23163ed2cac4c1b9118"},"previous_names":[],"tags_count":107,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-martin%2Fnestjs-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-martin%2Fnestjs-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-martin%2Fnestjs-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doug-martin%2Fnestjs-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doug-martin","download_url":"https://codeload.github.com/doug-martin/nestjs-query/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254049243,"owners_count":22006025,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud","graphql","graphql-resolver","mongodb","mongoose","nestjs","nestjs-graphql","sequelize","typegraphql","typeorm"],"created_at":"2024-07-31T02:01:20.521Z","updated_at":"2025-05-14T01:10:33.333Z","avatar_url":"https://github.com/doug-martin.png","language":"TypeScript","funding_links":[],"categories":["TypeScript","Components \u0026 Libraries"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://doug-martin.github.io/nestjs-query\" target=\"blank\"\u003e\u003cimg src=\"https://doug-martin.github.io/nestjs-query/img/logo.svg\" width=\"120\" alt=\"Nestjs-query Logo\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n[![Test](https://github.com/doug-martin/nestjs-query/workflows/Test/badge.svg?branch=master)](https://github.com/doug-martin/nestjs-query/actions?query=workflow%3ATest+and+branch%3Amaster+)\n[![Coverage Status](https://coveralls.io/repos/github/doug-martin/nestjs-query/badge.svg?branch=master)](https://coveralls.io/github/doug-martin/nestjs-query?branch=master)\n[![Known Vulnerabilities](https://snyk.io/test/github/doug-martin/nestjs-query/badge.svg?targetFile=package.json)](https://snyk.io/test/github/doug-martin/nestjs-query?targetFile=package.json)\n\n# nestjs-query\n\nNestjs-Query is collection of packages to make crud for `graphql` easier.\n\n## Why?\n\nWhile working on projects in nestjs it was very easy to get up and running with graphql however, there were many patterns that were common between the resolvers. In particular querying, sorting and paging.  \n\n## Installation\n\n[Install Guide](https://doug-martin.github.io/nestjs-query/docs/introduction/install).\n\n## Docs\n\n* [Getting Started](https://doug-martin.github.io/nestjs-query/docs/introduction/getting-started)\n* [Install Guide](https://doug-martin.github.io/nestjs-query/docs/introduction/install).\n* [Concepts](https://doug-martin.github.io/nestjs-query/docs/introduction/concepts)\n* [Example](https://doug-martin.github.io/nestjs-query/docs/introduction/example)\n* [Typeorm](https://doug-martin.github.io/nestjs-query/docs/persistence/typeorm/getting-started)\n* [Sequelize](https://doug-martin.github.io/nestjs-query/docs/persistence/sequelize/getting-started)\n* [GraphQL](https://doug-martin.github.io/nestjs-query/docs/graphql/resolvers)\n\n## Packages\n\nNestjs-query is composed of multiple packages\n\n* [`@nestjs-query/core`](https://github.com/doug-martin/nestjs-query/tree/master/packages/core) - Defines all interfaces and utility types implemented by the other packages.\n* [`@nestjs-query/query-graphql`](https://github.com/doug-martin/nestjs-query/tree/master/packages/query-graphql) - Package that provides the graphql resolver and decorators for crud endpoints.\n* [`@nestjs-query/query-typeorm`](https://github.com/doug-martin/nestjs-query/tree/master/packages/query-typeorm) - Package that implements a Typeorm service that can be used by itself or with the graphql resolver provided by `@nestjs-query/query-graphql`.\n* [`@nestjs-query/query-sequelize`](https://github.com/doug-martin/nestjs-query/tree/master/packages/query-sequelize) - Package that implements a Sequelize service that can be used by itself or with the graphql resolver provided by `@nestjs-query/query-graphql`.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoug-martin%2Fnestjs-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoug-martin%2Fnestjs-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoug-martin%2Fnestjs-query/lists"}