com.apollographql.apollo3
Owner: ApollGraphQL
Automatically generates typesafe java and kotlin models from your GraphQL files.
https://github.com/apollographql/apollo-android
Sources: https://github.com/apollographql/apollo-android
Version 4.0.0-alpha.1
4.0.0-alpha.1
Created 16 May 2023.
Automatically generates typesafe java and kotlin models from your GraphQL files.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.apollographql.apollo3") version "4.0.0-alpha.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.apollographql.apollo3:apollo-gradle-plugin:4.0.0-alpha.1") } } apply(plugin = "com.apollographql.apollo3")
- Applying plugins to all subprojects .