Skip to content

Commit 9971450

Browse files
authored
Update graphql-provider.md
1 parent c90303b commit 9971450

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/code/language-support/java-kotlin-android/server/graphql-provider.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ github: babyfish-ct/graphql-provider
7474

7575
// Return type is Connection<Book>, not List<Book>,
7676
// that means its pagination query.
77+
// pagination arguments such as "first", "after", "last", "before"
78+
// will be added by framework automactically and implicitly
7779
fun findBooks(
7880
name: String?,
7981
storeName: String?

0 commit comments

Comments
 (0)