@@ -7,21 +7,20 @@ include::attributes.adoc[]
7
7
== Overview
8
8
9
9
Spring for GraphQL provides support for Spring applications built on
10
- https://www.graphql-java.com/[GraphQL Java]. It is a joint collaboration between both
11
- teams . Our shared philosophy is to be less opinionated and more focused on
12
- comprehensive and wide-ranging support .
10
+ https://www.graphql-java.com/[GraphQL Java]. It is a joint collaboration between the
11
+ GraphQL Java team and Spring engineering . Our shared philosophy is to provide as little
12
+ opinion as we can while focusing on comprehensive support for a wide range of use cases .
13
13
14
14
Spring for GraphQL is the successor of the
15
15
https://github.com/graphql-java/graphql-java-spring[GraphQL Java Spring] project from
16
16
the GraphQL Java team. It aims to be the foundation for all Spring, GraphQL applications.
17
17
18
- The project is in a milestone phase towards a 1.0 release, currently, and looking for
19
- feedback. Please, use our
18
+ The project reached version 1.0 in May 2022. Please, use our
20
19
https://github.com/spring-projects/spring-graphql/issues[issue tracker] to report a
21
- problem, discuss a design issue, or request a feature.
20
+ problem, discuss a design issue, or to request a feature.
22
21
23
22
To get started, check the Spring GraphQL starter on https://start.spring.io and the
24
- <<samples>> sections .
23
+ <<samples>> in this repository .
25
24
26
25
[[requirements]]
27
26
== Requirements
0 commit comments