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
Please be sure that you read the [Code of Conduct](CODE_OF_CONDUCT.md) before contributing to this project
5
+
and please create a new Issue and discuss first what your are planing todo for bigger changes.
6
+
7
+
8
+
The overall goal of graphql-java is to have a correct implementation of the [GraphQL Spec](https://github.com/facebook/graphql/) in a production ready way.
9
+
10
+
In order to achieve that we have a strong focus on maintainability and high test coverage:
11
+
12
+
- We expect new or modified unit test for every change (written in [Spock](http://spockframework.org/)).
13
+
14
+
- Your code should should be formatted with our IntelliJ [graphql-java-code-style](graphql-java-code-style.xml).
15
+
16
+
- We don't add a new dependency to graphql-java: dependency conflicts will make adaption of graphql-java harder for users,
17
+
therefore we avoid adding any new dependency.
18
+
19
+
- graphql-java has a strict focus on executing a GraphQL request, this means JSON parsing, http communication, databases
0 commit comments