Skip to content

Commit 731208a

Browse files
authored
Update kgraphql.md
1 parent 233996e commit 731208a

File tree

1 file changed

+1
-1
lines changed
  • src/content/code/language-support/java-kotlin-android/server

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: https://kgraphql.io/
55
github: aPureBase/KGraphQL
66
---
77

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.
8+
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.
99

1010
```kotlin
1111
data class Article(val id: Int, val text: String)

0 commit comments

Comments
 (0)