{"id":15569562,"url":"https://github.com/patrick91/strawberry-wagtail","last_synced_at":"2025-10-26T05:45:11.670Z","repository":{"id":39752241,"uuid":"473852484","full_name":"patrick91/strawberry-wagtail","owner":"patrick91","description":"A plug and play GraphQL API for Wagtail, powered by Strawberry 🍓","archived":false,"fork":false,"pushed_at":"2023-03-10T10:35:08.000Z","size":90,"stargazers_count":33,"open_issues_count":6,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-01-09T01:32:50.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/patrick91.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":"2022-03-25T03:15:34.000Z","updated_at":"2024-11-25T04:01:50.000Z","dependencies_parsed_at":"2022-09-21T01:40:28.677Z","dependency_job_id":null,"html_url":"https://github.com/patrick91/strawberry-wagtail","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrick91%2Fstrawberry-wagtail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrick91%2Fstrawberry-wagtail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrick91%2Fstrawberry-wagtail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/patrick91%2Fstrawberry-wagtail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/patrick91","download_url":"https://codeload.github.com/patrick91/strawberry-wagtail/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235053753,"owners_count":18928440,"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":[],"created_at":"2024-10-02T17:32:49.670Z","updated_at":"2025-10-03T00:31:14.343Z","avatar_url":"https://github.com/patrick91.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Strawberry Wagtail 🐦\n\nA plug and play GraphQL API for Wagtail, powered by\n[Strawberry](https://strawberry.rocks) 🍓\n\n\u003e ⚠️ Strawberry wagtail is currently experimental, please report any bugs or\n\u003e missing features\n\n## Quick start\n\n1. Install Strawberry Wagtail\n\n```bash\npip install strawberry-wagtail\n```\n\n2. Add `strawberry-wagtail` to your `INSTALLED_APPS`:\n\n```python\n\nINSTALLED_APPS = [\n    \"home\",\n    \"search\",\n    \"wagtail.contrib.forms\",\n    \"wagtail.contrib.redirects\",\n    \"wagtail.embeds\",\n    \"wagtail.sites\",\n    \"wagtail.users\",\n    \"wagtail.snippets\",\n    \"wagtail.documents\",\n    \"wagtail.images\",\n    \"wagtail.search\",\n    \"wagtail.admin\",\n    \"wagtail.core\",\n    ...,\n    \"strawberry_wagtail\",\n]\n```\n\n3. Add the GraphQL view to your urls:\n\n```python\nfrom strawberry_wagtail.views import GraphQLView\n\nfrom django.urls import path\n\n\nurlpatterns = [\n    path(\"graphql\", GraphQLView.as_view()),\n]\n```\n\n4. Done! You can now try your GraphQL API by going to\n   [http://localhost:8000/graphql](http://localhost:8000/graphql)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrick91%2Fstrawberry-wagtail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrick91%2Fstrawberry-wagtail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrick91%2Fstrawberry-wagtail/lists"}