apollo-kdoc
Toggle table of contents
4.1.2-SNAPSHOT
Select version
4.1.2-SNAPSHOT
3.8.2
jvm
Platform filter
jvm
Switch theme
Search in API
apollo-kdoc
apollo-gradle-plugin-external
/
com.apollographql.apollo.gradle.api
/
Service
/
OutgoingVariantsConnection
Outgoing
Variants
Connection
@
ApolloExperimental
interface
OutgoingVariantsConnection
An
OutgoingVariantsConnection
defines how outgoing variants are added to software components.
Members
Properties
outgoing
Variants
Link copied to clipboard
abstract
val
outgoingVariants
:
List
<
Configuration
>
Functions
add
To
Software
Component
Link copied to clipboard
abstract
fun
addToSoftwareComponent
(
name
:
String
)
abstract
fun
addToSoftwareComponent
(
softwareComponent
:
SoftwareComponent
)