Skip to content

Commit 7aea062

Browse files
Update docs/explanation/which-queries-to-use.md
Co-authored-by: Alex Moon <[email protected]>
1 parent f18b729 commit 7aea062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/explanation/which-queries-to-use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This code would change the default `/graphql` endpoint to `/my_endpoint`.
2626

2727
## The query string endpoint: `/index.php?graphql`
2828

29-
WPGraphQL also provides an alternative endpoint that works even if pretty permalinks are not enabled. This endpoint is based on the standard WordPress `index.php` file, with a query string parameter:
29+
The `/index.php?graphql` endpoint is the preferred choice for those looking for stability and compatibility.
3030

3131
```php
3232
/index.php?graphql

0 commit comments

Comments
 (0)