{"id":13879091,"url":"https://github.com/Shopify/graphql_schema","last_synced_at":"2025-07-16T15:30:49.784Z","repository":{"id":49895216,"uuid":"74406387","full_name":"Shopify/graphql_schema","owner":"Shopify","description":"Classes to access the GraphQL instrospection result rather than using the parsed JSON directly as a hash.","archived":false,"fork":false,"pushed_at":"2025-06-17T00:57:08.000Z","size":58,"stargazers_count":16,"open_issues_count":3,"forks_count":10,"subscribers_count":421,"default_branch":"main","last_synced_at":"2025-07-10T18:29:52.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Shopify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","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":"2016-11-21T21:14:53.000Z","updated_at":"2025-06-03T20:40:37.000Z","dependencies_parsed_at":"2024-05-21T17:35:39.237Z","dependency_job_id":"ca9168df-f39d-4e6c-adc2-70a829a2dd40","html_url":"https://github.com/Shopify/graphql_schema","commit_stats":{"total_commits":39,"total_committers":9,"mean_commits":4.333333333333333,"dds":0.7692307692307692,"last_synced_commit":"cc8d66501c72a99abe921d120d96a4060f5bd775"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/Shopify/graphql_schema","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fgraphql_schema","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fgraphql_schema/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fgraphql_schema/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fgraphql_schema/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shopify","download_url":"https://codeload.github.com/Shopify/graphql_schema/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shopify%2Fgraphql_schema/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264918093,"owners_count":23683357,"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":[],"created_at":"2024-08-06T08:02:09.561Z","updated_at":"2025-07-16T15:30:49.478Z","avatar_url":"https://github.com/Shopify.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"# GraphQL Schema\n\nClasses to more conveniently access the GraphQL instrospection\nresult rather than using the parsed json directly as a hash.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'graphql_schema'\n```\n\nAnd then execute:\n```\nbundle\n```\n\nOr install it yourself as:\n```\ngem install graphql_schema\n```\n\n## Usage\n\n```ruby\nrequire 'graphql_schema'\nrequire 'json'\n\nintrospection_result = JSON.parse(File.read(\"schema.json\"))\nschema = GraphQLSchema.new(introspection_result)\nschema.types.select(\u0026:object_type?).each do |type|\n  type.fields.each do |field|\n    puts \"#{field.name} -\u003e #{field.type.name}\"\n  end\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nSee our [contributing guidelines](CONTRIBUTING.md) for more information.\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fgraphql_schema","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FShopify%2Fgraphql_schema","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FShopify%2Fgraphql_schema/lists"}