Skip to content

Commit 2cc2388

Browse files
docs: fix tip usage (#142)
1 parent b645097 commit 2cc2388

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ Postgraphile plugins also play a critical role; in particular, the [connection-f
4040
### Pagination
4141
The graphql API implements [the connections specification](https://relay.dev/graphql/connections.htm) for pagination (see: [GraphQL pagination docs](https://graphql.org/learn/pagination/#end-of-list-counts-and-connections) for more).
4242

43-
!!! tip It is recommended to prefer using pagination operators by default (e.g. `first: <limit>`) to avoid unnecessary delays in query responses.
43+
!!! tip
44+
It is recommended to prefer using pagination operators by default (e.g. `first: <limit>`) to avoid unnecessary delays in query responses.
4445

4546
### Filtering
4647

0 commit comments

Comments
 (0)