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
[](https://spectrum.chat/graphql-java-kick)
5
+
[](https://github.com/graphql-java-kickstart/graphql-java-tools/discussions)
6
6
7
7
This library allows you to use the GraphQL schema language to build your [graphql-java](https://github.com/graphql-java/graphql-java) schema.
8
8
Inspired by [graphql-tools](https://github.com/apollographql/graphql-tools), it parses the given GraphQL schema and allows you to BYOO (bring your own object) to fill in the implementations.
@@ -11,9 +11,10 @@ GraphQL Java Tools works well if you already have domain POJOs that hold your da
11
11
GraphQL Java Tools aims for seamless integration with Java, but works for any JVM language. Try it with Kotlin!
12
12
13
13
## We are looking for contributors!
14
+
14
15
Are you interested in improving our documentation, working on the codebase, reviewing PRs?
15
16
16
-
[Reach out to us on Spectrum](https://spectrum.chat/graphql-java-kick) and join the team!
17
+
[Reach out to us on GitHub](https://github.com/graphql-java-kickstart/graphql-java-tools/discussions) and join the team!
0 commit comments