Docs - Fix word order in Headless GraphQL section #12863

Fixes #12852
stable/6.4.x
mahmoud 2025-02-10 16:16:08 +02:00 zatwierdzone przez LB
rodzic 2adccbc251
commit 12b60361f7
3 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Fix: Support searching `none()` querysets (Matt Westcott)
* Fix: Correctly handle UUID primary keys when invoking background tasks (Matt Westcott)
* Maintenance: Remove upper version boundary for django-filter. (Dan Braghis)
* Docs: Fix typo in the headless documentation page (Mahmoud Nasser)
6.4 (03.02.2025)

Wyświetl plik

@ -869,6 +869,7 @@
* Mike Gifford
* Stéphane Blondon
* Jatin Bhardwaj
* Mahmoud Nasser
## Translators

Wyświetl plik

@ -57,7 +57,7 @@ GraphQL is a newer API technology than REST. Unlike REST, GraphQL isn't an archi
- You will need to install a library package to use GraphQL.
- There are currently fewer tools and resources available for supporting GraphQL.
- Fewer developers are familiar with GraphQL.
- GraphQL can introduce performance additional security and considerations due to their flexibility.
- GraphQL can introduce additional performance and security considerations due to its flexibility.
#### GraphQL libraries compatible with Wagtail