Strawberry GraphQL GraphQL API
Strawberry is a code-first Python library for building GraphQL APIs using Python type hints and dataclasses. Rather than hosting a GraphQL endpoint, it is a framework developers embed in their own applications to generate and serve GraphQL schemas. It supports ASGI and WSGI integrations (Django, FastAPI, Flask, Litestar, Sanic, Chalice, AIOHTTP), queries, mutations, subscriptions over WebSocket, federation, dataloaders, and schema/field extensions.
Overview
Strawberry GraphQL GraphQL API is a GraphQL API specification published by Strawberry GraphQL on the APIs.io network.
Strawberry is a code-first Python library for building GraphQL APIs using Python type hints and dataclasses. Rather than hosting a GraphQL endpoint, it is a framework developers embed in their own applications to generate and serve GraphQL schemas. It supports ASGI and WSGI integrations (Django, FastAPI, Flask, Litestar, Sanic, Chalice, AIOHTTP), queries, mutations, subscriptions over WebSocket, federation, dataloaders, and schema/field extensions.
The GraphQL endpoint is available at N/A. documentation is published at https://strawberry.rocks/docs.
The specification includes 7 reference links.
Tagged areas include Python, Open Source, Code First, and Federation.
Endpoint
References
- Documentation https://strawberry.rocks/docs
- GitHub https://github.com/strawberry-graphql/strawberry
- Playground https://play.strawberry.rocks
- PyPI https://pypi.org/project/strawberry-graphql/
- Scalars reference https://strawberry.rocks/docs/types/scalars
- Relay guide https://strawberry.rocks/docs/guides/relay
- Federation guide https://strawberry.rocks/docs/guides/federation