{"id":15435506,"url":"https://github.com/tripss/nestjs-query","last_synced_at":"2025-05-15T04:06:33.293Z","repository":{"id":37445394,"uuid":"421092836","full_name":"TriPSs/nestjs-query","owner":"TriPSs","description":"Easy CRUD for GraphQL.","archived":false,"fork":false,"pushed_at":"2025-05-13T06:57:53.000Z","size":49477,"stargazers_count":186,"open_issues_count":41,"forks_count":52,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-05-15T04:06:26.759Z","etag":null,"topics":["crud","mongoose","nestjs","nestjs-graphql","sequelize","typegoose","typeorm"],"latest_commit_sha":null,"homepage":"https://tripss.github.io/nestjs-query/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"doug-martin/nestjs-query","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TriPSs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2021-10-25T16:03:34.000Z","updated_at":"2025-05-13T06:57:57.000Z","dependencies_parsed_at":"2023-11-06T14:35:41.705Z","dependency_job_id":"cffc8956-6bb0-41ee-8134-99f8ac70d1a6","html_url":"https://github.com/TriPSs/nestjs-query","commit_stats":{"total_commits":1982,"total_committers":55,"mean_commits":36.03636363636364,"dds":0.5519677093844602,"last_synced_commit":"6ff8c6104e9340a2b5a0732f0af51b63a57bfe9d"},"previous_names":[],"tags_count":164,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fnestjs-query","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fnestjs-query/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fnestjs-query/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TriPSs%2Fnestjs-query/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TriPSs","download_url":"https://codeload.github.com/TriPSs/nestjs-query/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254270646,"owners_count":22042859,"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","mongoose","nestjs","nestjs-graphql","sequelize","typegoose","typeorm"],"created_at":"2024-10-01T18:44:53.690Z","updated_at":"2025-05-15T04:06:28.279Z","avatar_url":"https://github.com/TriPSs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://tripss.github.io/nestjs-query\" target=\"blank\"\u003e\u003cimg src=\"https://tripss.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/TriPSs/nestjs-query/actions/workflows/test.yml/badge.svg?branch=master)](https://github.com/TriPSs/nestjs-query/actions/workflows/test.yml)\n[![codecov](https://codecov.io/gh/TriPSs/nestjs-query/branch/master/graph/badge.svg?token=29EX71ID2P)](https://codecov.io/gh/TriPSs/nestjs-query)\n[![Known Vulnerabilities](https://snyk.io/test/github/tripss/nestjs-query/badge.svg?targetFile=package.json)](https://snyk.io/test/github/tripss/nestjs-query?targetFile=package.json)\n[![slack](https://img.shields.io/badge/slack-nestjsquery-brightgreen.svg?logo=slack)](https://join.slack.com/t/nestjsquery/shared_invite/zt-27dvu0tye-tOcAmeQ0PRSCEInW6P3h9g)\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://tripss.github.io/nestjs-query/docs/introduction/install).\n\n## Docs\n\n* [Getting Started](https://tripss.github.io/nestjs-query/docs/introduction/getting-started)\n* [Install Guide](https://tripss.github.io/nestjs-query/docs/introduction/install).\n* [Concepts](https://tripss.github.io/nestjs-query/docs/introduction/concepts)\n* [Example](https://tripss.github.io/nestjs-query/docs/introduction/example)\n* [Typeorm](https://tripss.github.io/nestjs-query/docs/persistence/typeorm/getting-started)\n* [Sequelize](https://tripss.github.io/nestjs-query/docs/persistence/sequelize/getting-started)\n* [GraphQL](https://tripss.github.io/nestjs-query/docs/graphql/resolvers)\n\n## Packages\n\nNestjs-query is composed of multiple packages\n\n* [`@ptc-org/nestjs-query-core`](https://github.com/tripss/nestjs-query/tree/master/packages/core) - Defines all interfaces and utility types implemented by the other packages.\n* [`@ptc-org/nestjs-query-graphql`](https://github.com/tripss/nestjs-query/tree/master/packages/query-graphql) - Package that provides the graphql resolver and decorators for crud endpoints.\n* [`@ptc-org/nestjs-query-mongoose`](https://github.com/tripss/nestjs-query/tree/master/packages/query-typeorm) - Package that implements a Mongoose service that can be used by itself or with the graphql resolver provided by `@ptc-org/nestjs-query-graphql`.\n* [`@ptc-org/nestjs-query-sequelize`](https://github.com/tripss/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 `@ptc-org/nestjs-query-graphql`.\n* [`@ptc-org/nestjs-query-typegoose`](https://github.com/tripss/nestjs-query/tree/master/packages/query-typegoose) - Package that implements a Typegoose service that can be used by itself or with the graphql resolver provided by `@ptc-org/nestjs-query-graphql`.\n* [`@ptc-org/nestjs-query-typeorm`](https://github.com/tripss/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 `@ptc-org/nestjs-query-graphql`.\n\n## Development\n\nIf you'd like to contribute to this project, all you need to do is clone this project and run:\n\n```bash\n$ yarn\n\n# To build all packages\n$ yarn nx run-many --target=build --all\n\n# To run all tests\n$ yarn nx run-many --target=test --all\n\n# To run the E2E tests\n$ yarn docker up -d\n$ yarn nx e2e examples\n\n# To build one package\n$ yarn nx build query-graphql\n```\n\n## Collaboration\n\nIf you have questions or [issues](https://github.com/TriPSs/nestjs-query/issues), please [open an issue](https://github.com/TriPSs/nestjs-query/issues/new)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripss%2Fnestjs-query","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftripss%2Fnestjs-query","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftripss%2Fnestjs-query/lists"}