Skip to content

Commit 8384a35

Browse files
committed
Update API dump
1 parent a24f585 commit 8384a35

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

libraries/apollo-api/api/apollo-api.klib.api

+3-13
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,6 @@ open class com.apollographql.apollo3.api/DefaultFakeResolver : com.apollographql
10621062
}
10631063
sealed class <#A: out kotlin/Any> com.apollographql.apollo3.api/BooleanExpression { // com.apollographql.apollo3.api/BooleanExpression|null[0]
10641064
abstract fun simplify(): com.apollographql.apollo3.api/BooleanExpression<#A> // com.apollographql.apollo3.api/BooleanExpression.simplify|simplify(){}[0]
1065-
constructor <init>() // com.apollographql.apollo3.api/BooleanExpression.<init>|<init>(){}[0]
10661065
final class <#A1: kotlin/Any> And : com.apollographql.apollo3.api/BooleanExpression<#A1> { // com.apollographql.apollo3.api/BooleanExpression.And|null[0]
10671066
constructor <init>(kotlin.collections/Set<com.apollographql.apollo3.api/BooleanExpression<#A1>>) // com.apollographql.apollo3.api/BooleanExpression.And.<init>|<init>(kotlin.collections.Set<com.apollographql.apollo3.api.BooleanExpression<1:0>>){}[0]
10681067
constructor <init>(kotlin/Array<out com.apollographql.apollo3.api/BooleanExpression<#A1>>...) // com.apollographql.apollo3.api/BooleanExpression.And.<init>|<init>(kotlin.Array<out|com.apollographql.apollo3.api.BooleanExpression<1:0>>...){}[0]
@@ -1117,7 +1116,6 @@ sealed class <#A: out kotlin/Any> com.apollographql.apollo3.api/BooleanExpressio
11171116
}
11181117
}
11191118
sealed class <#A: out kotlin/Any?> com.apollographql.apollo3.api/Optional { // com.apollographql.apollo3.api/Optional|null[0]
1120-
constructor <init>() // com.apollographql.apollo3.api/Optional.<init>|<init>(){}[0]
11211119
final class <#A1: kotlin/Any?> Present : com.apollographql.apollo3.api/Optional<#A1> { // com.apollographql.apollo3.api/Optional.Present|null[0]
11221120
constructor <init>(#A1) // com.apollographql.apollo3.api/Optional.Present.<init>|<init>(1:0){}[0]
11231121
final fun component1(): #A1 // com.apollographql.apollo3.api/Optional.Present.component1|component1(){}[0]
@@ -1137,27 +1135,19 @@ sealed class <#A: out kotlin/Any?> com.apollographql.apollo3.api/Optional { // c
11371135
final fun absent(): com.apollographql.apollo3.api/Optional.Absent // com.apollographql.apollo3.api/Optional.Companion.absent|absent(){}[0]
11381136
}
11391137
}
1140-
sealed class com.apollographql.apollo3.api/BTerm { // com.apollographql.apollo3.api/BTerm|null[0]
1141-
constructor <init>() // com.apollographql.apollo3.api/BTerm.<init>|<init>(){}[0]
1142-
}
1138+
sealed class com.apollographql.apollo3.api/BTerm // com.apollographql.apollo3.api/BTerm|null[0]
11431139
sealed class com.apollographql.apollo3.api/CompiledNamedType : com.apollographql.apollo3.api/CompiledType { // com.apollographql.apollo3.api/CompiledNamedType|null[0]
1144-
constructor <init>(kotlin/String) // com.apollographql.apollo3.api/CompiledNamedType.<init>|<init>(kotlin.String){}[0]
11451140
final val name // com.apollographql.apollo3.api/CompiledNamedType.name|{}name[0]
11461141
final fun <get-name>(): kotlin/String // com.apollographql.apollo3.api/CompiledNamedType.name.<get-name>|<get-name>(){}[0]
11471142
open fun leafType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledNamedType.leafType|leafType(){}[0]
11481143
open fun rawType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledNamedType.rawType|rawType(){}[0]
11491144
}
1150-
sealed class com.apollographql.apollo3.api/CompiledSelection { // com.apollographql.apollo3.api/CompiledSelection|null[0]
1151-
constructor <init>() // com.apollographql.apollo3.api/CompiledSelection.<init>|<init>(){}[0]
1152-
}
1145+
sealed class com.apollographql.apollo3.api/CompiledSelection // com.apollographql.apollo3.api/CompiledSelection|null[0]
11531146
sealed class com.apollographql.apollo3.api/CompiledType { // com.apollographql.apollo3.api/CompiledType|null[0]
11541147
abstract fun leafType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledType.leafType|leafType(){}[0]
11551148
abstract fun rawType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledType.rawType|rawType(){}[0]
1156-
constructor <init>() // com.apollographql.apollo3.api/CompiledType.<init>|<init>(){}[0]
1157-
}
1158-
sealed class com.apollographql.apollo3.exception/ApolloException : kotlin/RuntimeException { // com.apollographql.apollo3.exception/ApolloException|null[0]
1159-
constructor <init>(kotlin/String? = ..., kotlin/Throwable? = ...) // com.apollographql.apollo3.exception/ApolloException.<init>|<init>(kotlin.String?;kotlin.Throwable?){}[0]
11601149
}
1150+
sealed class com.apollographql.apollo3.exception/ApolloException : kotlin/RuntimeException // com.apollographql.apollo3.exception/ApolloException|null[0]
11611151
sealed interface <#A: out kotlin/Any?> com.apollographql.apollo3.api/FieldResult { // com.apollographql.apollo3.api/FieldResult|null[0]
11621152
final class <#A1: kotlin/Any?> Success : com.apollographql.apollo3.api/FieldResult<#A1> { // com.apollographql.apollo3.api/FieldResult.Success|null[0]
11631153
constructor <init>(#A1) // com.apollographql.apollo3.api/FieldResult.Success.<init>|<init>(1:0){}[0]

libraries/apollo-ast/api/apollo-ast.klib.api

+3-10
Original file line numberDiff line numberDiff line change
@@ -1049,23 +1049,16 @@ open class com.apollographql.apollo3.ast/SourceAwareException : kotlin/RuntimeEx
10491049
final val sourceLocation // com.apollographql.apollo3.ast/SourceAwareException.sourceLocation|{}sourceLocation[0]
10501050
final fun <get-sourceLocation>(): com.apollographql.apollo3.ast/SourceLocation? // com.apollographql.apollo3.ast/SourceAwareException.sourceLocation.<get-sourceLocation>|<get-sourceLocation>(){}[0]
10511051
}
1052-
sealed class com.apollographql.apollo3.ast/GQLSelection : com.apollographql.apollo3.ast/GQLNode { // com.apollographql.apollo3.ast/GQLSelection|null[0]
1053-
constructor <init>() // com.apollographql.apollo3.ast/GQLSelection.<init>|<init>(){}[0]
1054-
}
1055-
sealed class com.apollographql.apollo3.ast/GQLType : com.apollographql.apollo3.ast/GQLNode { // com.apollographql.apollo3.ast/GQLType|null[0]
1056-
constructor <init>() // com.apollographql.apollo3.ast/GQLType.<init>|<init>(){}[0]
1057-
}
1052+
sealed class com.apollographql.apollo3.ast/GQLSelection : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLSelection|null[0]
1053+
sealed class com.apollographql.apollo3.ast/GQLType : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLType|null[0]
10581054
sealed class com.apollographql.apollo3.ast/GQLTypeDefinition : com.apollographql.apollo3.ast/GQLDefinition, com.apollographql.apollo3.ast/GQLDescribed, com.apollographql.apollo3.ast/GQLHasDirectives, com.apollographql.apollo3.ast/GQLNamed { // com.apollographql.apollo3.ast/GQLTypeDefinition|null[0]
1059-
constructor <init>() // com.apollographql.apollo3.ast/GQLTypeDefinition.<init>|<init>(){}[0]
10601055
final fun isBuiltIn(): kotlin/Boolean // com.apollographql.apollo3.ast/GQLTypeDefinition.isBuiltIn|isBuiltIn(){}[0]
10611056
final object Companion { // com.apollographql.apollo3.ast/GQLTypeDefinition.Companion|null[0]
10621057
final val builtInTypes // com.apollographql.apollo3.ast/GQLTypeDefinition.Companion.builtInTypes|{}builtInTypes[0]
10631058
final fun <get-builtInTypes>(): kotlin.collections/Set<kotlin/String> // com.apollographql.apollo3.ast/GQLTypeDefinition.Companion.builtInTypes.<get-builtInTypes>|<get-builtInTypes>(){}[0]
10641059
}
10651060
}
1066-
sealed class com.apollographql.apollo3.ast/GQLValue : com.apollographql.apollo3.ast/GQLNode { // com.apollographql.apollo3.ast/GQLValue|null[0]
1067-
constructor <init>() // com.apollographql.apollo3.ast/GQLValue.<init>|<init>(){}[0]
1068-
}
1061+
sealed class com.apollographql.apollo3.ast/GQLValue : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLValue|null[0]
10691062
sealed interface com.apollographql.apollo3.ast/ApolloIssue : com.apollographql.apollo3.ast/Issue // com.apollographql.apollo3.ast/ApolloIssue|null[0]
10701063
sealed interface com.apollographql.apollo3.ast/GQLDefinition : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLDefinition|null[0]
10711064
sealed interface com.apollographql.apollo3.ast/GQLExecutableDefinition : com.apollographql.apollo3.ast/GQLDefinition // com.apollographql.apollo3.ast/GQLExecutableDefinition|null[0]

0 commit comments

Comments
 (0)