Skip to content

Commit 5398463

Browse files
thecrypticaceMikk Mihkel Nurges
authored andcommitted
Fix batching and enums sections (#183)
I was reading through the docs for this and noticed the accidental opening of a code block breaking the markdown for the "batching" and "enums" sections.
1 parent cb7a0a3 commit 5398463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/advanced.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,6 @@ If you want to change the name of a default field to fit with users expectations
552552
than 'total'), just copy the entry for the field you want to replace (they're in Rebing/GraphQL/Support/PaginationType.php)
553553
and add it to your custom class.
554554

555-
```
556555
### Batching
557556

558557
You can send multiple queries (or mutations) at once by grouping them together. Therefore, instead of creating two HTTP requests:

0 commit comments

Comments
 (0)