You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,6 @@ GraphQL Java Tools works extremely well if you already have domain POJOs that ho
10
10
11
11
GraphQL Java Tools aims for seamless integration with Java, but works for any JVM language. Try it with Kotlin!
12
12
13
-
14
13
## Why GraphQL Java Tools?
15
14
16
15
***Schema First**: GraphQL Java Tools allows you to write your schema in a simple, portable way using the [GraphQL schema language](http://graphql.org/learn/schema/) instead of hard-to-read builders in code.
@@ -51,13 +50,29 @@ A few libraries exist to ease the boilerplate pain, including [GraphQL-Java's bu
0 commit comments