{"id":21102815,"url":"https://github.com/novvum/jgql-graphql","last_synced_at":"2025-10-28T08:51:52.559Z","repository":{"id":97372205,"uuid":"178313434","full_name":"Novvum/jgql-graphql","owner":"Novvum","description":"Just GraphQL API","archived":false,"fork":false,"pushed_at":"2022-02-11T19:21:20.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-10T23:58:05.006Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"jgql-graphql-novvum.vercel.app","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/Novvum.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-29T01:58:26.000Z","updated_at":"2022-02-11T18:23:50.000Z","dependencies_parsed_at":"2023-03-04T12:15:14.952Z","dependency_job_id":null,"html_url":"https://github.com/Novvum/jgql-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Novvum/jgql-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fjgql-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fjgql-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fjgql-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fjgql-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Novvum","download_url":"https://codeload.github.com/Novvum/jgql-graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Novvum%2Fjgql-graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281410759,"owners_count":26496368,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-19T23:56:38.883Z","updated_at":"2025-10-28T08:51:52.545Z","avatar_url":"https://github.com/Novvum.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cstrong\u003eGraphQL Gateway for Just GraphQL\u003c/strong\u003e\u003c/h1\u003e\n\n\u003cbr /\u003e\n\n## Features\n\n\n- **Static type generation**: TypeScript types for GraphQL queries \u0026 mutations are generated in a build step\n- **Authentication**: Signup and login workflows are ready to use for your users\n- **GraphQL database:** Includes GraphQL database binding to [Prisma](https://www.prismagraphql.com) (running on MySQL)\n- **Tooling**: Out-of-the-box support for [GraphQL Playground](https://github.com/prisma/graphql-playground) \u0026 [query performance tracing](https://github.com/apollographql/apollo-tracing)\n- **Extensible**: Simple and flexible [data model](./database/datamodel.graphql) – easy to adjust and extend\n- **No configuration overhead**: Preconfigured [`graphql-config`](https://github.com/prisma/graphql-config) setup\n- **Realtime updates**: Support for GraphQL subscriptions\n\nRead more about the idea behind GraphQL boilerplates [here](https://blog.graph.cool/graphql-boilerplates-graphql-create-how-to-setup-a-graphql-project-6428be2f3a5).\n\n## Getting started\n\n```sh\n# 1. Clone this repo\ngit clone https://github.com/Novvum/librariesio-graphql-api.git\n\n# 2. Navigate to the new project\ncd librariesio-graphql-api\n\n# 3 Install Dependencies\nyarn\n# ---- or ----\nnpm i\n\n# 4. Start server (runs on http://localhost:4000) and open GraphQL Playground\nyarn dev\n# ---- or ----\nnpm run dev\n```\n\n![](https://imgur.com/hElq68i.png)\n\n## Documentation\n\n- WIP\n\n### Commands\n\n- `yarn start` starts GraphQL server on `http://localhost:4000`\n- `yarn dev` starts GraphQL server on `http://localhost:4000` _and_ opens GraphQL Playground\n- `yarn playground` opens the GraphQL Playground for the `projects` from [`.graphqlconfig.yml`](./.graphqlconfig.yml)\n- `yarn prisma \u003csubcommand\u003e` gives access to local version of Prisma CLI (e.g. `yarn prisma deploy`)\n\n\u003e **Note**: We recommend that you're using `yarn dev` during development as it will give you access to the GraphQL API or your server (defined by the [application schema](./src/schema.graphql)) as well as to the Prisma API directly (defined by the [Prisma database schema](./generated/prisma.graphql)). If you're starting the server with `yarn start`, you'll only be able to access the API of the application schema.\n\n### Project structure\n\n## Contributing\n\nThis library is being maintained by the GraphQL community, with official support from the [Novvum](https://www.novvum.io) team.\n\nYour feedback is **very helpful**, please share your opinion and thoughts! If you have any questions or want to contribute yourself, feel free to reach out to us!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovvum%2Fjgql-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnovvum%2Fjgql-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnovvum%2Fjgql-graphql/lists"}