Skip to content

Commit 2a8253f

Browse files
committed
Update API dump
1 parent 737dcd9 commit 2a8253f

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
@@ -1064,7 +1064,6 @@ open class com.apollographql.apollo3.api/DefaultFakeResolver : com.apollographql
10641064
}
10651065
sealed class <#A: out kotlin/Any> com.apollographql.apollo3.api/BooleanExpression { // com.apollographql.apollo3.api/BooleanExpression|null[0]
10661066
abstract fun simplify(): com.apollographql.apollo3.api/BooleanExpression<#A> // com.apollographql.apollo3.api/BooleanExpression.simplify|simplify(){}[0]
1067-
constructor <init>() // com.apollographql.apollo3.api/BooleanExpression.<init>|<init>(){}[0]
10681067
final class <#A1: kotlin/Any> And : com.apollographql.apollo3.api/BooleanExpression<#A1> { // com.apollographql.apollo3.api/BooleanExpression.And|null[0]
10691068
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]
10701069
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]
@@ -1119,7 +1118,6 @@ sealed class <#A: out kotlin/Any> com.apollographql.apollo3.api/BooleanExpressio
11191118
}
11201119
}
11211120
sealed class <#A: out kotlin/Any?> com.apollographql.apollo3.api/Optional { // com.apollographql.apollo3.api/Optional|null[0]
1122-
constructor <init>() // com.apollographql.apollo3.api/Optional.<init>|<init>(){}[0]
11231121
final class <#A1: kotlin/Any?> Present : com.apollographql.apollo3.api/Optional<#A1> { // com.apollographql.apollo3.api/Optional.Present|null[0]
11241122
constructor <init>(#A1) // com.apollographql.apollo3.api/Optional.Present.<init>|<init>(1:0){}[0]
11251123
final fun component1(): #A1 // com.apollographql.apollo3.api/Optional.Present.component1|component1(){}[0]
@@ -1139,27 +1137,19 @@ sealed class <#A: out kotlin/Any?> com.apollographql.apollo3.api/Optional { // c
11391137
final fun absent(): com.apollographql.apollo3.api/Optional.Absent // com.apollographql.apollo3.api/Optional.Companion.absent|absent(){}[0]
11401138
}
11411139
}
1142-
sealed class com.apollographql.apollo3.api/BTerm { // com.apollographql.apollo3.api/BTerm|null[0]
1143-
constructor <init>() // com.apollographql.apollo3.api/BTerm.<init>|<init>(){}[0]
1144-
}
1140+
sealed class com.apollographql.apollo3.api/BTerm // com.apollographql.apollo3.api/BTerm|null[0]
11451141
sealed class com.apollographql.apollo3.api/CompiledNamedType : com.apollographql.apollo3.api/CompiledType { // com.apollographql.apollo3.api/CompiledNamedType|null[0]
1146-
constructor <init>(kotlin/String) // com.apollographql.apollo3.api/CompiledNamedType.<init>|<init>(kotlin.String){}[0]
11471142
final val name // com.apollographql.apollo3.api/CompiledNamedType.name|{}name[0]
11481143
final fun <get-name>(): kotlin/String // com.apollographql.apollo3.api/CompiledNamedType.name.<get-name>|<get-name>(){}[0]
11491144
open fun leafType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledNamedType.leafType|leafType(){}[0]
11501145
open fun rawType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledNamedType.rawType|rawType(){}[0]
11511146
}
1152-
sealed class com.apollographql.apollo3.api/CompiledSelection { // com.apollographql.apollo3.api/CompiledSelection|null[0]
1153-
constructor <init>() // com.apollographql.apollo3.api/CompiledSelection.<init>|<init>(){}[0]
1154-
}
1147+
sealed class com.apollographql.apollo3.api/CompiledSelection // com.apollographql.apollo3.api/CompiledSelection|null[0]
11551148
sealed class com.apollographql.apollo3.api/CompiledType { // com.apollographql.apollo3.api/CompiledType|null[0]
11561149
abstract fun leafType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledType.leafType|leafType(){}[0]
11571150
abstract fun rawType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledType.rawType|rawType(){}[0]
1158-
constructor <init>() // com.apollographql.apollo3.api/CompiledType.<init>|<init>(){}[0]
1159-
}
1160-
sealed class com.apollographql.apollo3.exception/ApolloException : kotlin/RuntimeException { // com.apollographql.apollo3.exception/ApolloException|null[0]
1161-
constructor <init>(kotlin/String? = ..., kotlin/Throwable? = ...) // com.apollographql.apollo3.exception/ApolloException.<init>|<init>(kotlin.String?;kotlin.Throwable?){}[0]
11621151
}
1152+
sealed class com.apollographql.apollo3.exception/ApolloException : kotlin/RuntimeException // com.apollographql.apollo3.exception/ApolloException|null[0]
11631153
sealed interface <#A: out kotlin/Any?> com.apollographql.apollo3.api/FieldResult { // com.apollographql.apollo3.api/FieldResult|null[0]
11641154
final class <#A1: kotlin/Any?> Success : com.apollographql.apollo3.api/FieldResult<#A1> { // com.apollographql.apollo3.api/FieldResult.Success|null[0]
11651155
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)