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
GraphQL Kotlin is a collection of libraries, built on top of [graphql-java](https://www.graphql-java.com/), that aim to simplify running GraphQL clients and servers in Kotlin.
@@ -34,7 +35,7 @@ A basic setup of [graphql-kotlin-client](/clients/graphql-kotlin-client) can be
34
35
35
36
More examples and documentation are available on our [documentation site](https://expediagroup.github.io/graphql-kotlin) hosted in GitHub Pages. We also have the [examples](https://github.com/ExpediaGroup/graphql-kotlin/tree/master/examples) module which can be run locally for testing and shows example code using the libraries.
36
37
37
-
If you have a question about something you can not find in our documentation, the indivdual module READMEs, or [javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-schema-generator), feel free to contribute to the docs or [create an issue](https://github.com/ExpediaGroup/graphql-kotlin/issues) and tag it with the question label.
38
+
If you have a question about something you can not find in our documentation, the indivdual module READMEs, or [javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-schema-generator), feel free to contribute to the docs or [start a disucssion](https://github.com/ExpediaGroup/graphql-kotlin/discussions) and tag it with the question label.
38
39
39
40
If you would like to contribute to our documentation see the [website](/website) directory for more information.
40
41
@@ -52,7 +53,11 @@ This project is part of Expedia Group Open Source but also maintained by a dedic
* We also have a public channel, ([#graphql-kotlin](https://app.slack.com/client/T09229ZC6/CQLNT7B29)), open on the Kotlin Slack instance. See the info [here on how to join this slack instance](https://slack.kotlinlang.org/)
56
+
57
+
If you have a specific question about the library or code, please [start a disucssion](https://github.com/ExpediaGroup/graphql-kotlin/discussions) for the community.
58
+
59
+
We also have a public channel, ([#graphql-kotlin](https://app.slack.com/client/T09229ZC6/CQLNT7B29)), open on the Kotlin Slack instance ([kotlinlang.slack.com](https://kotlinlang.slack.com)).
60
+
See the info [here on how to join this slack instance](https://slack.kotlinlang.org/).
56
61
57
62
## ✏️ Contributing
58
63
@@ -62,7 +67,9 @@ To get started, please fork the repo and checkout a new branch. You can then bui
62
67
./gradlew clean build
63
68
```
64
69
65
-
See more info in [CONTRIBUTING.md](CONTRIBUTING.md)
70
+
See more info in [CONTRIBUTING.md](CONTRIBUTING.md).
71
+
72
+
After you have your local branch set up, take a look at our [open issues](https://github.com/ExpediaGroup/graphql-kotlin/issues) to see where you can contribute.
0 commit comments