File: README.md

package info (click to toggle)
strawberry-graphql-django 0.62.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,968 kB
  • sloc: python: 27,530; sh: 17; makefile: 16
file content (41 lines) | stat: -rw-r--r-- 1,019 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: Strawberry Django docs
---

# Strawberry Django docs

## Docs

- [Getting Started](./index.md)

## General

- [Types](./guide/types.md)
- [Fields](./guide/fields.md)
- [Views](./guide/views.md)
- [Filters](./guide/filters.md)
- [Ordering](./guide/ordering.md)
- [Pagination](./guide/pagination.md)
- [Queries](./guide/queries.md)
- [Mutations](./guide/mutations.md)
- [Subscriptions](./guide/subscriptions.md)
- [Settings](./guide/settings.md)
- [FAQ](./faq.md)

## Guide

- [Query Optimizer](./guide/optimizer.md)
- [Permissions](./guide/permissions.md)
- [Relay](./guide/relay.md)
- [Authentication](./guide/authentication.md)
- [Export Schema](./guide/export-schema.md)
- [Resolvers](./guide/resolvers.md)
- [Unit Testing](./guide/unit-testing.md)

## Integrations

- [Debug Toolbar](./integrations/debug-toolbar.md)
- [Channels](./integrations/channels.md)
- [Choices Field](./integrations/choices-field.md)
- [Django Guardian](./integrations/guardian.md)
- [Community Projects](./community-projects.md)