{"id":21849344,"url":"https://github.com/croquiscom/graphql-project-sample","last_synced_at":"2025-04-14T14:54:08.936Z","repository":{"id":38806010,"uuid":"195758802","full_name":"croquiscom/graphql-project-sample","owner":"croquiscom","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-23T23:41:23.000Z","size":806,"stargazers_count":14,"open_issues_count":14,"forks_count":1,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-03-28T03:51:06.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/croquiscom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-08T07:27:11.000Z","updated_at":"2023-08-22T05:24:23.000Z","dependencies_parsed_at":"2023-02-13T04:50:43.409Z","dependency_job_id":null,"html_url":"https://github.com/croquiscom/graphql-project-sample","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croquiscom%2Fgraphql-project-sample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croquiscom%2Fgraphql-project-sample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croquiscom%2Fgraphql-project-sample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croquiscom%2Fgraphql-project-sample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/croquiscom","download_url":"https://codeload.github.com/croquiscom/graphql-project-sample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248901457,"owners_count":21180416,"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":[],"created_at":"2024-11-28T00:12:30.361Z","updated_at":"2025-04-14T14:54:08.901Z","avatar_url":"https://github.com/croquiscom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"GraphQL project sample for croquis.com projects\n\n# Need for Start\n1. docker\n2. docker-compose\n3. npm or yarn\n\n# How to start\n1. Start database servers: `./tools/db/start.sh`\n2. install [PM2](https://github.com/Unitech/pm2) : `npm install -g pm2 OR yarn global add pm2`\n3. Start services: `cd services/user \u0026\u0026 pm2 start tools/server.js`\n4. Run playground: http://localhost:6400/graphql\n\n# Used frameworks/libraries\n* [TypeScript](https://www.typescriptlang.org/)\n* [Apollo Server](https://www.apollographql.com/docs/apollo-server/)\n* [CORMO](http://croquiscom.github.io/cormo/)\n* [TypeGraphQL](https://typegraphql.ml/)\n* [Mocha](https://mochajs.org/)\n* [Chai](https://www.chaijs.com/)\n* [Sinon](https://sinonjs.org/)\n* [Rinore](https://github.com/croquiscom/rinore)\n\n# Sample queries\n\n## Create a user\n```graphql\nmutation {\n  createUser(input: {\n    full_name: \"Test User\"\n  }) {\n    id\n    full_name\n  }\n}\n```\n\n## Get users list\n```graphql\n{\n  user_list(full_name_istartswith: \"T\") {\n    item_list {\n      id\n      full_name\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroquiscom%2Fgraphql-project-sample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcroquiscom%2Fgraphql-project-sample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroquiscom%2Fgraphql-project-sample/lists"}