{"id":17030162,"url":"https://github.com/rob-blackbourn/bareasgi-graphql-next","last_synced_at":"2025-08-02T08:43:55.057Z","repository":{"id":35062943,"uuid":"174402246","full_name":"rob-blackbourn/bareASGI-graphql-next","owner":"rob-blackbourn","description":"A GraphQL and graphene package for bareASGI","archived":false,"fork":false,"pushed_at":"2023-04-27T08:28:47.000Z","size":5768,"stargazers_count":3,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-21T12:55:42.290Z","etag":null,"topics":["asgi","asyncio","bareasgi","graphene","graphql","python","web"],"latest_commit_sha":null,"homepage":"https://rob-blackbourn.github.io/bareASGI-graphql-next/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rob-blackbourn.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":"2019-03-07T18:52:18.000Z","updated_at":"2022-03-30T10:06:29.000Z","dependencies_parsed_at":"2024-10-14T08:04:44.669Z","dependency_job_id":"8ab47ffa-8502-4977-989e-4756f33f3fc7","html_url":"https://github.com/rob-blackbourn/bareASGI-graphql-next","commit_stats":{"total_commits":124,"total_committers":5,"mean_commits":24.8,"dds":0.5564516129032258,"last_synced_commit":"84e46f4e082630973a275b44811ef1136bbde418"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"purl":"pkg:github/rob-blackbourn/bareASGI-graphql-next","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rob-blackbourn%2FbareASGI-graphql-next","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rob-blackbourn%2FbareASGI-graphql-next/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rob-blackbourn%2FbareASGI-graphql-next/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rob-blackbourn%2FbareASGI-graphql-next/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rob-blackbourn","download_url":"https://codeload.github.com/rob-blackbourn/bareASGI-graphql-next/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rob-blackbourn%2FbareASGI-graphql-next/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268356088,"owners_count":24237380,"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","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"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":["asgi","asyncio","bareasgi","graphene","graphql","python","web"],"created_at":"2024-10-14T08:04:42.545Z","updated_at":"2025-08-02T08:43:55.017Z","avatar_url":"https://github.com/rob-blackbourn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bareASGI-graphql-next\n\nGraphql support for [bareASGI](http://github.com/rob-blackbourn/bareASGI) (read the [documentation](https://rob-blackbourn.github.io/bareASGI-graphql-next/))\n\nThe controller provides a GraphQL GET and POST route, a WebSocket subscription server, and a Graphiql view.\n\n## Installation\n\nInstall from the pie shop.\n\n```bash\npip install bareasgi-graphql-next\n```\n\nIf you wish to install with the grapheme option:\n\n```bash\npip install 'bareasgi-graphql-next[graphene]'\n```\n\n## Usage\n\nYou can register the graphql controller with the `add_graphql_next` function.\n\n```python\nfrom bareasgi import Application\nfrom bareasgi_graphql_next import add_graphql_next\nimport graphql\n\n# Get the schema ...\nschema = graphql.GraphQLSchema( ... )\n\nimport uvicorn\n\napp = Application()\nadd_graphql_next(app, schema)\n\nuvicorn.run(app, port=9009)\n\n```\n\n## Development\n\nTo develop with the graphene optional package:\n\n```bash\npoetry install --extras graphene\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frob-blackbourn%2Fbareasgi-graphql-next","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frob-blackbourn%2Fbareasgi-graphql-next","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frob-blackbourn%2Fbareasgi-graphql-next/lists"}