{"id":16513572,"url":"https://github.com/fernandohenriques/graphql-on-rails","last_synced_at":"2025-10-28T04:32:17.520Z","repository":{"id":39695758,"uuid":"190209077","full_name":"fernandohenriques/graphql-on-rails","owner":"fernandohenriques","description":"A simple implementation of GraphQL in Ruby on Rails, to use like a boilerplate.","archived":false,"fork":false,"pushed_at":"2023-03-08T20:12:36.000Z","size":65,"stargazers_count":4,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-08T15:49:30.660Z","etag":null,"topics":["graphiql","graphql","ruby","ruby-on-rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/fernandohenriques.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-06-04T13:38:47.000Z","updated_at":"2020-09-19T03:02:28.000Z","dependencies_parsed_at":"2025-02-14T12:16:39.558Z","dependency_job_id":null,"html_url":"https://github.com/fernandohenriques/graphql-on-rails","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/fernandohenriques/graphql-on-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandohenriques%2Fgraphql-on-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandohenriques%2Fgraphql-on-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandohenriques%2Fgraphql-on-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandohenriques%2Fgraphql-on-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fernandohenriques","download_url":"https://codeload.github.com/fernandohenriques/graphql-on-rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fernandohenriques%2Fgraphql-on-rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281386564,"owners_count":26492014,"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":["graphiql","graphql","ruby","ruby-on-rails"],"created_at":"2024-10-11T16:09:24.532Z","updated_at":"2025-10-28T04:32:16.422Z","avatar_url":"https://github.com/fernandohenriques.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL on Rails\n\nThis is a implementation of the tutorial [How to GraphQL](https://www.howtographql.com/graphql-ruby/1-getting-started/) with improvements in architecture.\n\n\n## Installation\n\nInstall dependencies:\n\n```\nbundle install\n\nrails db:create\nrails db:migrate\nrails db:seed\n```\n\nStarting the server:\n\n```\nrails s\n```\n\nOpening the application:\n\n```\nopen http://localhost:3000/\n```\n\nOpening GraphQL playground:\n\n```\nopen http://localhost:3000/graphiql\n```\n\n## Sample GraphQL Queries and mutation\n\nList all links:\n\n```graphql\n{\n  allLinks {\n    id\n    url\n    description\n  }\n}\n\n```\n\nCreates new link:\n\n```graphql\nmutation {\n  createLink(url:\"http://example.com\", description:\"Example\") {\n    id\n    url\n    description\n  }\n}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandohenriques%2Fgraphql-on-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffernandohenriques%2Fgraphql-on-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffernandohenriques%2Fgraphql-on-rails/lists"}