Strawberry GraphQL · GraphQL Specification

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.

Documentation Endpoint View on GitHub GraphQLPythonOpen SourceCode FirstFederationGraphQL

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

N/A

References

Back to Strawberry GraphQL · All GraphQL Specs · GitHub