{"id":20782400,"url":"https://github.com/thaiphan/graphy-routes","last_synced_at":"2026-05-04T17:33:17.461Z","repository":{"id":57067614,"uuid":"266328481","full_name":"thaiphan/graphy-routes","owner":"thaiphan","description":"Extend the Drupal 8 GraphQL module to support querying by routes","archived":false,"fork":false,"pushed_at":"2020-05-30T13:29:19.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T22:44:57.204Z","etag":null,"topics":["drupal","drupal-8","drupal-module","graphql"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/thaiphan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-05-23T12:07:26.000Z","updated_at":"2023-03-09T03:55:48.000Z","dependencies_parsed_at":"2022-08-24T14:54:07.083Z","dependency_job_id":null,"html_url":"https://github.com/thaiphan/graphy-routes","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/thaiphan/graphy-routes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphy-routes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphy-routes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphy-routes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphy-routes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thaiphan","download_url":"https://codeload.github.com/thaiphan/graphy-routes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphy-routes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32617837,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["drupal","drupal-8","drupal-module","graphql"],"created_at":"2024-11-17T14:10:55.084Z","updated_at":"2026-05-04T17:33:17.444Z","avatar_url":"https://github.com/thaiphan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Graphy Routes\n\nThis simple Drupal GraphQL V4 extension allows you to retrieve the URLs for all your nodes. You can filter by bundle. Very useful for projects that require static site generation!\n\n## Installation\n\nYou can install using Composer.\n\n```sh\ncomposer require thaiphan/graphy-routes\n```\n\n## Usage\n\nUse the following syntax to retrieve the URL for your nodes:\n\n```graphql\nquery {\n  routes(bundles: [\"article\", \"page\"]) {\n    total\n    items {\n      url\n    }\n  }\n}\n```\n\nYou will get the following response:\n\n```json\n{\n  \"data\": {\n    \"routes\": {\n      \"total\": 3,\n      \"items\": [\n        {\n          \"url\": \"/node/1\"\n        },\n        {\n          \"url\": \"/contact-us\"\n        },\n        {\n          \"url\": \"/the-best-dabs-of-2020\"\n        }\n      ]\n    }\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaiphan%2Fgraphy-routes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthaiphan%2Fgraphy-routes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaiphan%2Fgraphy-routes/lists"}