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
docs: documentation for new GraalVm plugin tasks/goal (#1764)
Add documentation on how to generate GraalVM native images using Gradle and Maven plugins.
Also fixed references to maven central (as it is now sonatype central).
`graphql-kotlin-client-jackson` is a [Jackson](https://github.com/FasterXML/jackson) based GraphQL client serializer. GraphQL
6
6
client serializers provide a serializer/deserializer abstraction to the GraphQL clients and handle actual request/response
7
7
serialization logic allowing clients to POST and receive raw Strings.
8
8
9
9
## Documentation
10
-
For the latest documentation, see our GitHub pages docs site: [https://expediagroup.github.io/graphql-kotlin](https://expediagroup.github.io/graphql-kotlin)
10
+
11
+
Additional information can be found in our [documentation](https://opensource.expediagroup.com/graphql-kotlin/docs/client/client-serialization)
12
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-client-jackson) of all published library versions.
13
+
14
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
`graphql-kotlin-client-serialization` is a [kotlinx.serialization](https://github.com/Kotlin/kotlinx.serialization) based
@@ -10,4 +10,8 @@ and handle actual request/response serialization logic allowing clients to POST
10
10
>for additional details.
11
11
12
12
## Documentation
13
-
For the latest documentation, see our GitHub pages docs site: [https://expediagroup.github.io/graphql-kotlin](https://expediagroup.github.io/graphql-kotlin)
13
+
14
+
Additional information can be found in our [documentation](https://opensource.expediagroup.com/graphql-kotlin/docs/client/client-serialization)
15
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-client-serialization) of all published library versions.
16
+
17
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
This module defines an interface for a lightweight, typesafe GraphQL HTTP clients. See [graphql-kotlin-ktor-client](../graphql-kotlin-ktor-client)
@@ -22,8 +22,7 @@ together with one of the GraphQL Kotlin build plugins to auto-generate type safe
22
22
23
23
## Documentation
24
24
25
-
Additional information can be found in our [documentation](https://expediagroup.github.io/graphql-kotlin/docs/client/client-overview)
26
-
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-client) of all published versions.
25
+
Additional information can be found in our [documentation](https://opensource.expediagroup.com/graphql-kotlin/docs/client/client-overview)
26
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-client) of all published library versions.
27
27
28
-
If you have a question about something you can not find in our documentation or Javadocs, feel free to
29
-
[create an issue](https://github.com/ExpediaGroup/graphql-kotlin/issues) and tag it with the question label.
28
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
`graphql-kotlin-ktor-client` provides Ktor HTTP client based reference implementation of `GraphQLClient`. `GraphQLKtorClient`
@@ -122,8 +122,7 @@ Additional information about Gradle and Maven plugins as well as their respectiv
122
122
123
123
## Documentation
124
124
125
-
Additional information can be found in our [documentation](https://expediagroup.github.io/graphql-kotlin/docs/client/client-overview)
126
-
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-ktor-client) of all published versions.
125
+
Additional information can be found in our [documentation](https://opensource.expediagroup.com/graphql-kotlin/docs/client/client-overview)
126
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-client-ktor-client) of all published library versions.
127
127
128
-
If you have a question about something you can not find in our documentation or Javadocs, feel free to
129
-
[create an issue](https://github.com/ExpediaGroup/graphql-kotlin/issues) and tag it with the question label.
128
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
`graphql-kotlin-spring-client` provides Spring WebClient based reference implementation of `GraphQLClient`. `GraphQLWebClient`
@@ -9,7 +9,7 @@ that relies on Reactor Netty for fully asynchronous non-blocking communications.
9
9
`GraphQLWebClient` uses the Spring WebClient to execute the underlying queries. Clients can be customized to use different
10
10
GraphQL serializers and by providing customized instance of Spring `WebClient.Builder`.
11
11
12
-
See [Spring WebClient documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-webclient)
12
+
See [Spring WebClient documentation](https://docs.spring.io/spring-boot/docs/current/reference/html/io.html#io.rest-client.webclient)
13
13
for additional details.
14
14
15
15
## Install it
@@ -114,8 +114,7 @@ Additional information about Gradle and Maven plugins as well as their respectiv
114
114
115
115
## Documentation
116
116
117
-
Additional information can be found in our [documentation](https://expediagroup.github.io/graphql-kotlin/docs/client/client-overview)
118
-
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-spring-client) of all published versions.
117
+
Additional information can be found in our [documentation](https://opensource.expediagroup.com/graphql-kotlin/docs/client/client-overview)
118
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-client-spring-client) of all published library versions.
119
119
120
-
If you have a question about something you can not find in our documentation or Javadocs, feel free to
121
-
[create an issue](https://github.com/ExpediaGroup/graphql-kotlin/issues) and tag it with the question label.
120
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
Additional information can be found in our [https://opensource.expediagroup.com/graphql-kotlin/docs/server/automatic-persisted-queries/)
81
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-automatic-persisted-queries) of all published library versions.
82
+
83
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
`graphql-kotlin-dataloader-instrumentation` is set of custom instrumentations that will signal when is the right moment
@@ -104,5 +104,9 @@ class AstronautService {
104
104
}
105
105
```
106
106
107
+
## Documentation
107
108
109
+
Additional information can be found in our [documentation](https://opensource.expediagroup.com/graphql-kotlin/docs/server/data-loader/data-loader-instrumentation)
110
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-data-loader-instrumentation) of all published library versions.
108
111
112
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
Data Loaders are a popular caching pattern from the [JavaScript GraphQL implementation](https://github.com/graphql/dataloader).
@@ -82,3 +82,10 @@ Use `KotlinDataLoaderRegistryFactory`
82
82
83
83
val result = graphQL.executeAsync(executionInput)
84
84
```
85
+
86
+
## Documentation
87
+
88
+
Additional information can be found in our [documentation](https://opensource.expediagroup.com/graphql-kotlin/docs/server/data-loader/)
89
+
and the [Javadocs](https://www.javadoc.io/doc/com.expediagroup/graphql-kotlin-data-loader) of all published library versions.
90
+
91
+
If you have a question about something you can not find in our documentation or javadocs, feel free to [start a new discussion](https://github.com/ExpediaGroup/graphql-kotlin/discussions).
0 commit comments