Patrick Arminio
If you like my work please consider sponsoring me on GitHub
- Website: https://patrick.wtf
- Twitter: @patrick91
| Apr | MAY | Jun |
| 16 | ||
| 2022 | 2023 | 2024 |

Contact GitHub support about this userβs behavior. Learn more about reporting abuse.
Report abuseIf you like my work please consider sponsoring me on GitHub
A GraphQL library for Python that leverages type annotations
A plug and play GraphQL API for Wagtail, powered by Strawberry
This PR adds the API for scanning badges :) TODO: Add models Store scans on db Deduplicate scans (onle one row per scanner and "scannee")? Forβ¦
Info type is annoying to access
having to import Info like this:
from strawberry.types.info import Info
feels a bit annoying
I wonder if we can (and should) allow this:
strawberry.Iβ¦