We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e7c3a commit d06304cCopy full SHA for d06304c
README.md
@@ -236,6 +236,8 @@ The `PaginatedData` class holds the result of the connection:
236
2. Whether or not there is a next page and a previous page
237
3. A method that returns for each entity the encoded cursor of the entity (it returns string)
238
239
+For you convenience, there is `AbstractPaginatedData` that can be extended.
240
+
241
If you want to use you own implementation of connection, that's fine, just give a value to connection().\
242
Please note that if you do so, you also have to specify your own connection validator that implements `ConnectionValidator`\
243
(and should throw `@GraphQLConnectionException` if something is wrong)
0 commit comments