Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Expedia Group Open Source
com.expediagroup.graphql
PluginId
Author
com.expediagroup.graphql
Owner: Expedia Group Open Source
Gradle Plugin that can generate type-safe GraphQL Kotlin client
Version 8.2.1 (latest)
8.2.1
Created 27 October 2024.
Gradle Plugin that can generate type-safe GraphQL Kotlin client and GraphQL schema in SDL format using reflections
Other versions
- 8.2.0
- 8.1.0
- 8.0.0
- 8.0.0-alpha.7
- 8.0.0-alpha.6
- 8.0.0-alpha.5
- 8.0.0-alpha.4
- 8.0.0-alpha.3
- 8.0.0-alpha.2
- 8.0.0-alpha.1
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.5
- 7.1.4
- 7.1.3
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.2
- 7.0.1
- 7.0.0
- 7.0.0-alpha.7
- 7.0.0-alpha.6
- 7.0.0-alpha.5
- 7.0.0-alpha.4
- 7.0.0-alpha.3
- 7.0.0-alpha.2
- 7.0.0-alpha.1
- 7.0.0-alpha.0
- 6.9.0
- 6.8.5
- 6.8.4
- 6.8.3
- 6.8.2
- 6.8.1
- 6.8.0
- 6.7.0
- 6.6.0
- 6.5.7
- 6.5.6
- 6.5.5
- 6.5.4
- 6.5.3
- 6.5.2
- 6.5.1
- 6.5.0
- 6.4.1
- 6.4.0
- 6.3.6
- 6.3.5
- 6.3.4
- 6.3.3
- 6.3.2
- 6.3.1
- 6.3.0
- 6.2.5
- 6.2.4
- 6.2.3
- 6.2.2
- 6.2.1
- 6.2.0
- 6.1.0
- 6.0.0
- 6.0.0-alpha.6
- 6.0.0-alpha.5
- 6.0.0-alpha.4
- 6.0.0-alpha.3
- 6.0.0-alpha.2
- 6.0.0-alpha.1
- 6.0.0-alpha.0
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.2
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.1
- 5.1.0
- 5.0.0
- 5.0.0-alpha.4
- 5.0.0-alpha.3
- 5.0.0-alpha.0
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.1
- 4.0.0
- 4.0.0-rc.2
- 4.0.0-rc.1
- 4.0.0-alpha.17
- 4.0.0-alpha.16
- 4.0.0-alpha.15
- 4.0.0-alpha.14
- 4.0.0-alpha.13
- 4.0.0-alpha.12
- 4.0.0-alpha.11
- 4.0.0-alpha.10
- 4.0.0-alpha.9
- 4.0.0-alpha.8
- 4.0.0-alpha.7
- 4.0.0-alpha.6
- 4.0.0-alpha.5
- 4.0.0-alpha.4
- 4.0.0-alpha.3
- 4.0.0-alpha.2
- 4.0.0-alpha.1
- 4.0.0-alpha.0
- 3.7.0
- 3.6.8
- 3.6.7
- 3.6.6
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.1
- 3.5.0
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 3.0.0-RC8.2
- 3.0.0-RC8.1
- 3.0.0-RC8
- 3.0.0-RC7
- 3.0.0-RC6
- 3.0.0-RC5
- 3.0.0-RC4
- 3.0.0-RC3
- 3.0.0-RC2
- 3.0.0-RC1
Using the plugins DSL:
plugins {
id("com.expediagroup.graphql") version "8.2.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org/m2/")
}
}
dependencies {
classpath("com.expediagroup:graphql-kotlin-gradle-plugin:8.2.1")
}
}
apply(plugin = "com.expediagroup.graphql")
Using the plugins DSL:
plugins {
id "com.expediagroup.graphql" version "8.2.1"
}
Using legacy plugin application:
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.expediagroup:graphql-kotlin-gradle-plugin:8.2.1"
}
}
apply plugin: "com.expediagroup.graphql"