{"id":20908682,"url":"https://github.com/thaiphan/graphql_languages","last_synced_at":"2026-04-16T04:05:18.193Z","repository":{"id":57067528,"uuid":"268542399","full_name":"thaiphan/graphql_languages","owner":"thaiphan","description":"Use GraphQL to retrieve your Drupal languages.","archived":false,"fork":false,"pushed_at":"2020-06-01T14:19:42.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-13T01:29:27.710Z","etag":null,"topics":["drupal","drupal-8","drupal-module","graphql"],"latest_commit_sha":null,"homepage":null,"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-06-01T14:18:03.000Z","updated_at":"2023-03-09T03:55:48.000Z","dependencies_parsed_at":"2022-08-24T14:54:06.684Z","dependency_job_id":null,"html_url":"https://github.com/thaiphan/graphql_languages","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/thaiphan/graphql_languages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphql_languages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphql_languages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphql_languages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphql_languages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thaiphan","download_url":"https://codeload.github.com/thaiphan/graphql_languages/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thaiphan%2Fgraphql_languages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870522,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["drupal","drupal-8","drupal-module","graphql"],"created_at":"2024-11-18T14:08:25.920Z","updated_at":"2026-04-16T04:05:18.162Z","avatar_url":"https://github.com/thaiphan.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GraphQL Languages\n\nThis simple Drupal GraphQL V4 extension adds some additional querying options for languages.\n\n## Installation\n\nYou can install using Composer.\n\n```sh\ncomposer require thaiphan/graphql_languages\n```\n\n## Usage\n\nUse the following syntax to retrieve your languages.\n\n```graphql\nquery {\n  languages {\n    id\n    name\n    direction\n  }\n}\n```\n\nYou will get the following response:\n\n```json\n{\n  \"data\": {\n    \"languages\": [\n      {\n        \"id\": \"en\",\n        \"name\": \"English\",\n        \"direction\": \"ltr\"\n      },\n      {\n        \"id\": \"it\",\n        \"name\": \"Italian\",\n        \"direction\": \"ltr\"\n      }\n    ]\n  }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaiphan%2Fgraphql_languages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthaiphan%2Fgraphql_languages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthaiphan%2Fgraphql_languages/lists"}