{"id":13879685,"url":"https://github.com/jetruby/graphql-rails_logger","last_synced_at":"2025-10-08T18:11:16.124Z","repository":{"id":45386906,"uuid":"114914498","full_name":"jetruby/graphql-rails_logger","owner":"jetruby","description":"Display GraphQL queries in a more readable format","archived":false,"fork":false,"pushed_at":"2024-11-21T09:36:17.000Z","size":28,"stargazers_count":117,"open_issues_count":2,"forks_count":21,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-07T19:14:58.398Z","etag":null,"topics":["gem","graphql","logger","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jetruby.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-12-20T17:39:35.000Z","updated_at":"2025-06-21T09:47:53.000Z","dependencies_parsed_at":"2025-01-10T15:10:52.755Z","dependency_job_id":"7e36ff00-d193-40fe-86d6-d155e4055f66","html_url":"https://github.com/jetruby/graphql-rails_logger","commit_stats":{"total_commits":18,"total_committers":9,"mean_commits":2.0,"dds":0.5555555555555556,"last_synced_commit":"0f9685dfd53828a1565c2df88e5608cafaeff6a8"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/jetruby/graphql-rails_logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetruby%2Fgraphql-rails_logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetruby%2Fgraphql-rails_logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetruby%2Fgraphql-rails_logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetruby%2Fgraphql-rails_logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jetruby","download_url":"https://codeload.github.com/jetruby/graphql-rails_logger/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jetruby%2Fgraphql-rails_logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278990470,"owners_count":26081263,"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-08T02:00:06.501Z","response_time":56,"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":["gem","graphql","logger","ruby","ruby-on-rails"],"created_at":"2024-08-06T08:02:28.950Z","updated_at":"2025-10-08T18:11:16.086Z","avatar_url":"https://github.com/jetruby.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# GraphQL::RailsLogger\n\n## About\nThis gem allows you to inspect graphql queries in a more readable format.\n\nThis...\n\n![screenshot_before](misc/screenshot_before.png)\n\nbecomes this ...\n\n![screenshot_after](misc/screenshot_after.png)\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'graphql-rails_logger'\n```\n\nAnd then execute:\n\n    $ bundle\n\n## Configuration\n\nBy default this gem formats params only for `GraphqlController#execute`.\n\nIf you want to change this behaviour, add `config/initializers/graphql_rails_logger.rb` file and set proper controller and actions like this:\n\n```ruby\nGraphQL::RailsLogger.configure do |config|\n  config.white_list = {\n    'QueriesController' =\u003e %w(create)\n  }\nend\n```\n\nThere is an option to suppress (hide) the GraphQL Introspection Query from the console output. This may be helpful to declutter the console during client testing as these can be rather lengthy.\n\n```ruby\nGraphQL::RailsLogger.configure do |config|\n  config.skip_introspection_query = true\nend\n```\n\nThe theme can be configured as well.  The theme is applied using the [rouge](https://github.com/jneen/rouge) gem, where all available options can be found.  The default value is `Rouge::Themes::ThankfulEyes.new`.\n\n```ruby\nGraphQL::RailsLogger.configure do |config|\n  config.theme = Rouge::Themes::Pastie.new\nend\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/jetruby/graphql-rails_logger. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the GraphQL::RailsLogger project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jetruby/graphql-rails_logger/blob/master/CODE_OF_CONDUCT.md).\n\n## About JetRuby\n\nGraphQL::RailsLogger is maintained and founded by JetRuby Agency.\n\nWe love open source software!\nSee [our projects][portfolio] or\n[contact us][contact] to design, develop, and grow your product.\n\n[portfolio]: http://jetruby.com/portfolio/\n[contact]: http://jetruby.com/#contactUs\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetruby%2Fgraphql-rails_logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjetruby%2Fgraphql-rails_logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjetruby%2Fgraphql-rails_logger/lists"}