{"id":19154083,"url":"https://github.com/quan-nh/lacinia-ring","last_synced_at":"2026-05-14T20:32:38.245Z","repository":{"id":137253728,"uuid":"85674266","full_name":"quan-nh/lacinia-ring","owner":"quan-nh","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-29T10:51:40.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-10T22:09:43.349Z","etag":null,"topics":["clojure","graphql","lacinia","ring"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quan-nh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-21T07:58:40.000Z","updated_at":"2021-05-20T03:40:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c77a735-8ebe-4165-810b-c68e3535e306","html_url":"https://github.com/quan-nh/lacinia-ring","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/quan-nh/lacinia-ring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quan-nh%2Flacinia-ring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quan-nh%2Flacinia-ring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quan-nh%2Flacinia-ring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quan-nh%2Flacinia-ring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quan-nh","download_url":"https://codeload.github.com/quan-nh/lacinia-ring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quan-nh%2Flacinia-ring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["clojure","graphql","lacinia","ring"],"created_at":"2024-11-09T08:25:23.798Z","updated_at":"2026-05-14T20:32:38.227Z","avatar_url":"https://github.com/quan-nh.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"# try-lacinia\n\nPlaying with [walmartlabs/lacinia](https://github.com/walmartlabs/lacinia) library, a GraphQL implementation in pure Clojure.\n\n## Usage\n\nStart web service at port 3000\n```sh\nlein run\n```\n\nGraphiQL services at http://localhost:3000/\n\n### Query, Mutation\nSend POST requests to `/graphql` url with query data\n```sh\ncurl http://localhost:3000/graphql \\\n  -X POST \\\n  -H \"Content-Type: application/graphql\" \\\n  -d '{hero {id name friends {name}}}'\n==\u003e\n{\n    \"data\": {\n        \"hero\": {\n            \"friends\": [\n                {\n                    \"name\": \"Luke Skywalker\"\n                }, \n                {\n                    \"name\": \"Han Solo\"\n                }, \n                {\n                    \"name\": \"Leia Organa\"\n                }\n            ], \n            \"id\": \"2001\", \n            \"name\": \"R2-D2\"\n        }\n    }\n}\n\n\ncurl http://localhost:3000/graphql \\\n  -X POST \\\n  -H \"Content-Type: application/graphql\" \\\n  -d '{human(id: \"1001\") {name}}'\n==\u003e\n{\n    \"data\": {\n        \"human\": {\n            \"name\": \"Darth Vader\"\n        }\n    }\n}\n```\n\n### Subscription\n\nSend query message to `ws://localhost:3000/graphql-ws`\n```\nsubscription { ping (count: 4 message: \"test\") { message }}\n```\n\n## License\n\nCopyright © 2017 FIXME\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquan-nh%2Flacinia-ring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquan-nh%2Flacinia-ring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquan-nh%2Flacinia-ring/lists"}