Skip to content

Commit bb9fdb0

Browse files
BoDAnka
authored andcommitted
Update API dump
1 parent cf43c78 commit bb9fdb0

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

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

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,6 @@ open class com.apollographql.apollo.api/DefaultFakeResolver : com.apollographql.
10671067
}
10681068
sealed class <#A: out kotlin/Any> com.apollographql.apollo.api/BooleanExpression { // com.apollographql.apollo.api/BooleanExpression|null[0]
10691069
abstract fun simplify(): com.apollographql.apollo.api/BooleanExpression<#A> // com.apollographql.apollo.api/BooleanExpression.simplify|simplify(){}[0]
1070-
constructor <init>() // com.apollographql.apollo.api/BooleanExpression.<init>|<init>(){}[0]
10711070
final class <#A1: kotlin/Any> And : com.apollographql.apollo.api/BooleanExpression<#A1> { // com.apollographql.apollo.api/BooleanExpression.And|null[0]
10721071
constructor <init>(kotlin.collections/Set<com.apollographql.apollo.api/BooleanExpression<#A1>>) // com.apollographql.apollo.api/BooleanExpression.And.<init>|<init>(kotlin.collections.Set<com.apollographql.apollo.api.BooleanExpression<1:0>>){}[0]
10731072
constructor <init>(kotlin/Array<out com.apollographql.apollo.api/BooleanExpression<#A1>>...) // com.apollographql.apollo.api/BooleanExpression.And.<init>|<init>(kotlin.Array<out|com.apollographql.apollo.api.BooleanExpression<1:0>>...){}[0]
@@ -1122,7 +1121,6 @@ sealed class <#A: out kotlin/Any> com.apollographql.apollo.api/BooleanExpression
11221121
}
11231122
}
11241123
sealed class <#A: out kotlin/Any?> com.apollographql.apollo.api/Optional { // com.apollographql.apollo.api/Optional|null[0]
1125-
constructor <init>() // com.apollographql.apollo.api/Optional.<init>|<init>(){}[0]
11261124
final class <#A1: kotlin/Any?> Present : com.apollographql.apollo.api/Optional<#A1> { // com.apollographql.apollo.api/Optional.Present|null[0]
11271125
constructor <init>(#A1) // com.apollographql.apollo.api/Optional.Present.<init>|<init>(1:0){}[0]
11281126
final fun component1(): #A1 // com.apollographql.apollo.api/Optional.Present.component1|component1(){}[0]
@@ -1142,27 +1140,19 @@ sealed class <#A: out kotlin/Any?> com.apollographql.apollo.api/Optional { // co
11421140
final fun absent(): com.apollographql.apollo.api/Optional.Absent // com.apollographql.apollo.api/Optional.Companion.absent|absent(){}[0]
11431141
}
11441142
}
1145-
sealed class com.apollographql.apollo.api/BTerm { // com.apollographql.apollo.api/BTerm|null[0]
1146-
constructor <init>() // com.apollographql.apollo.api/BTerm.<init>|<init>(){}[0]
1147-
}
1143+
sealed class com.apollographql.apollo.api/BTerm // com.apollographql.apollo.api/BTerm|null[0]
11481144
sealed class com.apollographql.apollo.api/CompiledNamedType : com.apollographql.apollo.api/CompiledType { // com.apollographql.apollo.api/CompiledNamedType|null[0]
1149-
constructor <init>(kotlin/String) // com.apollographql.apollo.api/CompiledNamedType.<init>|<init>(kotlin.String){}[0]
11501145
final val name // com.apollographql.apollo.api/CompiledNamedType.name|{}name[0]
11511146
final fun <get-name>(): kotlin/String // com.apollographql.apollo.api/CompiledNamedType.name.<get-name>|<get-name>(){}[0]
11521147
open fun leafType(): com.apollographql.apollo.api/CompiledNamedType // com.apollographql.apollo.api/CompiledNamedType.leafType|leafType(){}[0]
11531148
open fun rawType(): com.apollographql.apollo.api/CompiledNamedType // com.apollographql.apollo.api/CompiledNamedType.rawType|rawType(){}[0]
11541149
}
1155-
sealed class com.apollographql.apollo.api/CompiledSelection { // com.apollographql.apollo.api/CompiledSelection|null[0]
1156-
constructor <init>() // com.apollographql.apollo.api/CompiledSelection.<init>|<init>(){}[0]
1157-
}
1150+
sealed class com.apollographql.apollo.api/CompiledSelection // com.apollographql.apollo.api/CompiledSelection|null[0]
11581151
sealed class com.apollographql.apollo.api/CompiledType { // com.apollographql.apollo.api/CompiledType|null[0]
11591152
abstract fun leafType(): com.apollographql.apollo.api/CompiledNamedType // com.apollographql.apollo.api/CompiledType.leafType|leafType(){}[0]
11601153
abstract fun rawType(): com.apollographql.apollo.api/CompiledNamedType // com.apollographql.apollo.api/CompiledType.rawType|rawType(){}[0]
1161-
constructor <init>() // com.apollographql.apollo.api/CompiledType.<init>|<init>(){}[0]
1162-
}
1163-
sealed class com.apollographql.apollo.exception/ApolloException : kotlin/RuntimeException { // com.apollographql.apollo.exception/ApolloException|null[0]
1164-
constructor <init>(kotlin/String? = ..., kotlin/Throwable? = ...) // com.apollographql.apollo.exception/ApolloException.<init>|<init>(kotlin.String?;kotlin.Throwable?){}[0]
11651154
}
1155+
sealed class com.apollographql.apollo.exception/ApolloException : kotlin/RuntimeException // com.apollographql.apollo.exception/ApolloException|null[0]
11661156
sealed interface <#A: out kotlin/Any?> com.apollographql.apollo.api/FieldResult { // com.apollographql.apollo.api/FieldResult|null[0]
11671157
final class <#A1: kotlin/Any?> Success : com.apollographql.apollo.api/FieldResult<#A1> { // com.apollographql.apollo.api/FieldResult.Success|null[0]
11681158
constructor <init>(#A1) // com.apollographql.apollo.api/FieldResult.Success.<init>|<init>(1:0){}[0]

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

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

0 commit comments

Comments
 (0)