Strawberry GraphQL

SG

Strawberry GraphQL

The official server for Strawberry GraphQL - A modern Python library for creating GraphQL APIs.

Join

relay.GlobalID naming issue?

```graphql type CreateTodoPayload { todoEdge: TodoEdge! } ...

Should I use dataloaders in relay.Node.resolve_nodes?

I've got a node type like this: ```py @strawberry.type(name="Todo") class TodoType(BaseNodeType):...

AioInject errors while overriding resolve_connection method (relay)

I wanted to create my own relay connection class like so: I get this mypy error which shows an error in the method signature: ...