|
10 | 10 | <meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,maximum-scale=1"> |
11 | 11 | <meta http-equiv="X-UA-Compatible" content="IE=10" /> |
12 | 12 | <title>GraphQL Java Kickstart</title> |
13 | | - <meta name="generator" content="Hugo 0.79.0" /> |
| 13 | + <meta name="generator" content="Hugo 0.79.1" /> |
14 | 14 |
|
15 | 15 |
|
16 | 16 | <meta name="description" content="Documentation for GraphQL Java Servlet"> |
|
804 | 804 |
|
805 | 805 | <h1>GraphQL Java Kickstart </h1> |
806 | 806 |
|
807 | | - <p>Projects for easily getting started with GraphQL using Java.</p> |
| 807 | + <p>Projects for easily getting started with GraphQL using Java. These projects |
| 808 | +depend on the <a href="https://github.com/graphql-java/graphql-java">graphql-java</a> |
| 809 | +libraries as the actual GraphQL implementation.</p> |
| 810 | +<p>We’re a very small team maintaining and contributing to these projects |
| 811 | +in our spare time. Anybody interested in helping out with anything, like |
| 812 | +implementing new features, fixing bugs, reviewing pull requests, or |
| 813 | +improving the documentation is very welcome!</p> |
| 814 | +<p>When you run into a problem, or you’re wondering about how you need to |
| 815 | +do something with these libraries, make sure to check the resources below |
| 816 | +to try to find the answer.</p> |
| 817 | +<h2 id="documentation">Documentation</h2> |
| 818 | +<p>This site contains the main documentation for all kickstart projects. Truth |
| 819 | +be told the documentation could be out of date and a lot of functionality |
| 820 | +has not been properly documented yet.</p> |
| 821 | +<p>Also make sure to check out the <a href="https://www.graphql-java.com/">GraphQL Java Documentation</a> |
| 822 | +since these libraries depend on that one and it could very well be that |
| 823 | +it has been documented there.</p> |
| 824 | +<h2 id="samples">Samples</h2> |
| 825 | +<p>Take a look at our <a href="https://github.com/graphql-java-kickstart/samples">samples repository</a> |
| 826 | +which contains samples on how to do certain things, like using |
| 827 | +exception handler annotations to convert exceptions into GraphQL errors.</p> |
| 828 | +<h2 id="community">Community</h2> |
| 829 | +<p>We’ve been trying out various community platforms. Now that Github has released the Discussions |
| 830 | +feature we’ve enabled that for all our projects. |
| 831 | +It has a great Q&A functionality and whenever you can’t find the answers in the |
| 832 | +documentation or samples mentioned above then this is the place you should go.</p> |
| 833 | +<p>Chances are somebody has asked the same question before and has an accepted answer |
| 834 | +that helps you too. If not it’s easy to ask a question there. Try to use |
| 835 | +the Discussions section of the relevant project:</p> |
| 836 | +<ul> |
| 837 | +<li><a href="https://github.com/graphql-java-kickstart/graphql-java-tools/discussions">GraphQL Java Tools</a></li> |
| 838 | +<li><a href="https://github.com/graphql-java-kickstart/graphql-java-servlet/discussions">GraphQL Java Servlet</a></li> |
| 839 | +<li><a href="https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions">GraphQL Spring Boot</a></li> |
| 840 | +<li><a href="https://github.com/graphql-java-kickstart/graphql-spring-webclient/discussions">GraphQL Spring WebClient</a></li> |
| 841 | +</ul> |
808 | 842 |
|
809 | 843 |
|
810 | 844 |
|
|
0 commit comments