We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 233996e commit 731208aCopy full SHA for 731208a
src/content/code/language-support/java-kotlin-android/server/kgraphql.md
@@ -5,7 +5,7 @@ url: https://kgraphql.io/
5
github: aPureBase/KGraphQL
6
---
7
8
-Here's a simple example on how to create a simple schema based on a kotlin data class plus a property resolver that gets applied onto your class.
+Here's an example on how to create a simple schema based on a kotlin data class plus a property resolver that gets applied onto your class.
9
10
```kotlin
11
data class Article(val id: Int, val text: String)
0 commit comments