{"id":16759101,"url":"https://github.com/jack0pan/graphql-playground-rails","last_synced_at":"2025-10-08T17:12:34.698Z","repository":{"id":34978484,"uuid":"193655777","full_name":"jack0pan/graphql-playground-rails","owner":"jack0pan","description":"Mount GraphQL Playground for Rails App","archived":false,"fork":false,"pushed_at":"2022-07-22T03:28:48.000Z","size":45,"stargazers_count":6,"open_issues_count":7,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-16T23:32:22.456Z","etag":null,"topics":["graphiql","graphql","graphql-playground","graphql-playground-rails","ide","rails"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jack0pan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"MIT-LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"jack0pan","custom":"https://www.jackpan.me/buymeacoffee/"}},"created_at":"2019-06-25T07:19:10.000Z","updated_at":"2020-09-22T07:35:17.000Z","dependencies_parsed_at":"2022-08-08T03:15:24.105Z","dependency_job_id":null,"html_url":"https://github.com/jack0pan/graphql-playground-rails","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/jack0pan/graphql-playground-rails","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack0pan%2Fgraphql-playground-rails","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack0pan%2Fgraphql-playground-rails/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack0pan%2Fgraphql-playground-rails/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack0pan%2Fgraphql-playground-rails/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jack0pan","download_url":"https://codeload.github.com/jack0pan/graphql-playground-rails/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jack0pan%2Fgraphql-playground-rails/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278830087,"owners_count":26053233,"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-07T02:00:06.786Z","response_time":59,"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","graphql-playground","graphql-playground-rails","ide","rails"],"created_at":"2024-10-13T04:07:17.672Z","updated_at":"2025-10-08T17:12:34.665Z","avatar_url":"https://github.com/jack0pan.png","language":"Ruby","funding_links":["https://github.com/sponsors/jack0pan","https://www.jackpan.me/buymeacoffee/"],"categories":[],"sub_categories":[],"readme":"# GraphQL Playground\nMount the [GraphQL Playground](https://github.com/prisma/graphql-playground) in Ruby on Rails.\n\n## Requirement\nRails \u003e= 5.2.0\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'graphql-playground'\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install graphql-playground\n```\n## Usage\n### Mount the Engine\nAdd the engine to routes.rb:\n\n```ruby\n# config/routes.rb\nRails.application.routes.draw do\n  # ...\n  if Rails.env.development?\n    mount GraphQL::Playground::Engine, at: \"/graphql-playground\", graphql_path: \"/graphql\"\n  end\nend\n```\n\n- at: is the path where GraphQL Playground will be served. You can access GraphQL Playground by visiting that path in your app.\n- graphql_path: is the path to the GraphQL endpoint. GraphQL Playground will send queries to this path.\n\nIf you're using Rails 5 in \"API mode\", you'll also need to add require \"sprockets/railtie\" to your application.rb.\n\n## Contributing\nContribution directions go here.\n\n## License\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjack0pan%2Fgraphql-playground-rails","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjack0pan%2Fgraphql-playground-rails","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjack0pan%2Fgraphql-playground-rails/lists"}