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
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,7 @@
6
6
7
7
Implementation of GraphQL Java Servlet including support for Relay.js, Apollo and OSGi out of the box.
8
8
This project wraps the Java implementation of GraphQL provided by [GraphQL Java](https://www.graphql-java.com).
9
-
The documentation on this site focuses around the usage of the servlet. Although some parts may dive deeper
10
-
into the aspects of GraphQL Java as well, make sure to look at the
11
-
[GraphQL Java documentation](https://www.graphql-java.com/documentation/latest/) for more in depth details
9
+
See [GraphQL Java documentation](https://www.graphql-java.com/documentation/latest/) for more in depth details
12
10
regarding GraphQL Java itself.
13
11
14
12
We try to stay up to date with GraphQL Java as much as possible. The current version supports **GraphQL Java 10.0**.
@@ -51,7 +49,7 @@ Add the `graphql-java-servlet` dependency:
51
49
### Create a Servlet class
52
50
53
51
Creating the Servlet class requires various parameters to be provided at the moment. We're working on simplifying
54
-
this, to make it easier to get started. For now, take a look at [Create a Servlet class]({{< ref "getting-started/#create-a-servlet-class" >}})
52
+
this, to make it easier to get started. For now, take a look at [Create a Servlet class](https://www.graphql-java-kickstart.com/docs/graphql-java-servlet/getting-started/#create-a-servlet-class)
55
53
to see what's needed to create a Servlet with a schema.
0 commit comments