{"id":23711526,"url":"https://github.com/mbajur/spina_graphql","last_synced_at":"2026-04-13T09:32:13.334Z","repository":{"id":145389874,"uuid":"120075695","full_name":"mbajur/spina_graphql","owner":"mbajur","description":"GraphQL API plugin for Spina CMS","archived":false,"fork":false,"pushed_at":"2018-02-16T20:58:19.000Z","size":70,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-08-02T10:17:11.623Z","etag":null,"topics":["gem","graphql","rails-engine","rails-plugins","ruby","ruby-on-rails","spina-cms"],"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/mbajur.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-LICENSE","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":"2018-02-03T09:03:50.000Z","updated_at":"2019-04-08T10:06:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"b30634ca-cda0-48f4-b1b4-a0b6fbcd8976","html_url":"https://github.com/mbajur/spina_graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mbajur/spina_graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbajur%2Fspina_graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbajur%2Fspina_graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbajur%2Fspina_graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbajur%2Fspina_graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mbajur","download_url":"https://codeload.github.com/mbajur/spina_graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mbajur%2Fspina_graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31746294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","rails-engine","rails-plugins","ruby","ruby-on-rails","spina-cms"],"created_at":"2024-12-30T19:50:37.516Z","updated_at":"2026-04-13T09:32:13.316Z","avatar_url":"https://github.com/mbajur.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpinaGraphql\nGraphQL plugin for Spina CMS.\n\n## Installation\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'spina_graphql'\n```\n\nAnd then execute:\n```bash\n$ bundle\n```\n\nOr install it yourself as:\n```bash\n$ gem install spina_graphql\n```\n\n## Usage\nTo mount SpinaGraphql inside your rails/spina application, add the following line to your routes file:\n\n    mount SpinaGraphql::Engine, at: \"/api\"\n\nWe're not including GraphiQL gem with SpinaGraphql so, if you want to use it, you need add it on your own:\n\n    gem 'graphiql-rails', groups: [:development]\n\nAfter that, mount it in your root app:\n\n    if Rails.env.development?\n      mount GraphiQL::Rails::Engine, at: \"/graphiql\", graphql_path: \"/api/graphql\"\n    end\n\n## To do\n- [x] Tests\n- [ ] All the models\n- [ ] Queries optimization\n- [x] General authorization\n- [x] Specific fields / connections authorization\n- [ ] Mutations\n\n## Contributing\nContribution directions go here.\n\n## License\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbajur%2Fspina_graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmbajur%2Fspina_graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmbajur%2Fspina_graphql/lists"}