{"id":22915244,"url":"https://github.com/bujosa/ara","last_synced_at":"2025-04-01T12:09:27.553Z","repository":{"id":266394539,"uuid":"699294902","full_name":"bujosa/ara","owner":"bujosa","description":"This is a simple project for undestanding how works async-graphql using poem","archived":false,"fork":false,"pushed_at":"2023-10-02T15:27:30.000Z","size":249,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T10:37:20.545Z","etag":null,"topics":["api","async-graphql","poem","rust"],"latest_commit_sha":null,"homepage":"https://github.com/poem-web/poem","language":"Rust","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/bujosa.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":"2023-10-02T10:53:00.000Z","updated_at":"2023-10-02T15:31:29.000Z","dependencies_parsed_at":"2024-12-04T03:33:03.570Z","dependency_job_id":"4dd9cc5a-035a-42db-946d-19b9dd43681b","html_url":"https://github.com/bujosa/ara","commit_stats":null,"previous_names":["bujosa/ara"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bujosa%2Fara","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bujosa%2Fara/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bujosa%2Fara/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bujosa%2Fara/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bujosa","download_url":"https://codeload.github.com/bujosa/ara/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246635984,"owners_count":20809333,"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":["api","async-graphql","poem","rust"],"created_at":"2024-12-14T05:19:39.489Z","updated_at":"2025-04-01T12:09:27.522Z","avatar_url":"https://github.com/bujosa.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ara\n\nThis is a simple project for undestanding how works poem using `Async-graphql` and `tokio` to create a GraphQL server.\n\n\"Async-graphql is a GraphQL server-side library implemented in Rust. It is fully compatible with the GraphQL specification and most of its extensions, and offers type safety and high performance.\n\nYou can define a Schema in Rust and procedural macros will automatically generate code for a GraphQL query. This library does not extend Rust's syntax, which means that Rustfmt can be used normally. I value this highly and it is one of the reasons why I developed Async-graphql.\" - [Async-graphql](https://async-graphql.github.io/async-graphql/en/)\n\n## How to run\n\n```bash\ncargo run\n```\n\n## Dependencies\n\n- poem = \"1.3.58\"\n- tokio = { features = [\"rt-multi-thread\", \"macros\"] }\n- async-graphql = \"5.0.10\"\n- slab = \"0.4.4\"\n- tracing-subscriber = \"0.3.17\"\n\n## Example\n\n### Query\n\n```graphql\nquery {\n  humans {\n    pageInfo {\n      hasNextPage\n      hasPreviousPage\n      startCursor\n      endCursor\n    }\n    nodes {\n      name\n      elements\n      friends {\n        name\n      }\n    }\n  }\n}\n```\n\n### Result\n\n![Alt text](image.png)\n\n## Documentation\n\n- [Poem](https://poem.rs/)\n- [Async-graphql](https://async-graphql.github.io/async-graphql/en/)\n- [GraphQL](https://graphql.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbujosa%2Fara","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbujosa%2Fara","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbujosa%2Fara/lists"}