Skip to content

Commit d06304c

Browse files
authored
Update README.md
1 parent 20e7c3a commit d06304c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,8 @@ The `PaginatedData` class holds the result of the connection:
236236
2. Whether or not there is a next page and a previous page
237237
3. A method that returns for each entity the encoded cursor of the entity (it returns string)
238238

239+
For you convenience, there is `AbstractPaginatedData` that can be extended.
240+
239241
If you want to use you own implementation of connection, that's fine, just give a value to connection().\
240242
Please note that if you do so, you also have to specify your own connection validator that implements `ConnectionValidator`\
241243
(and should throw `@GraphQLConnectionException` if something is wrong)

0 commit comments

Comments
 (0)