{"id":21743806,"url":"https://github.com/vladlinmoiseenko/graphql-project","last_synced_at":"2026-04-16T12:04:09.233Z","repository":{"id":178008098,"uuid":"506887036","full_name":"VladlinMoiseenko/graphql-project","owner":"VladlinMoiseenko","description":"GraphQL Playground Example","archived":false,"fork":false,"pushed_at":"2022-06-24T14:31:02.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-25T22:21:20.243Z","etag":null,"topics":["juniper","mysql","ntex","r2d2","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/VladlinMoiseenko.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":"2022-06-24T05:21:09.000Z","updated_at":"2022-06-24T13:36:19.000Z","dependencies_parsed_at":"2024-02-01T02:49:30.691Z","dependency_job_id":null,"html_url":"https://github.com/VladlinMoiseenko/graphql-project","commit_stats":null,"previous_names":["vladlinmoiseenko/graphql-project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladlinMoiseenko%2Fgraphql-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladlinMoiseenko%2Fgraphql-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladlinMoiseenko%2Fgraphql-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VladlinMoiseenko%2Fgraphql-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VladlinMoiseenko","download_url":"https://codeload.github.com/VladlinMoiseenko/graphql-project/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244722453,"owners_count":20499150,"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":["juniper","mysql","ntex","r2d2","rust"],"created_at":"2024-11-26T07:09:09.957Z","updated_at":"2026-04-16T12:04:04.170Z","avatar_url":"https://github.com/VladlinMoiseenko.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Playground Example\n\n[README_RUS](https://github.com/VladlinMoiseenko/graphql-project/blob/master/README_RUS.md): Русская версия README.\n\nGraphQL Implementation in Rust using ntex, juniper, mysql with r2d2 for Database\n\nThe example is based on [graphql-demo](https://github.com/ntex-rs/examples/tree/master/graphql-demo)\n\n\n## Database \n\nCreate a new database for this project, and import the existing database schema has been provided named mysql-schema.sql.\n\nCreate .env file on the root directory of this project and set environment variable named DATABASE_URL, the example file has been provided named .env.example\n\n## Usage\n\n```sh\ncd graphql-project\n\ncargo run\n```\n\nhttp://127.0.0.1:8080/graphiql\n\n## Use GraphQL\n\nGraphQL provides its own documentation. Click the \"docs\" link in the top right of the GraphiQL UI to see what types of queries and mutations are possible.\n\n### Create a new user record\n\n```\nmutation {\n  createUser(\n    user: { name: \"Pavel\", email: \"pavel@gmail.com\"}\n  ) {\n    id\n    name\n    email\n  }\n}\n```\n\n### Query to get all users\n\n```\n{\n  users{\n    name\n    email\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladlinmoiseenko%2Fgraphql-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvladlinmoiseenko%2Fgraphql-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvladlinmoiseenko%2Fgraphql-project/lists"}