Skip to content

Commit

Permalink
Update API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Jul 1, 2024
1 parent a24f585 commit 8384a35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
16 changes: 3 additions & 13 deletions libraries/apollo-api/api/apollo-api.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,6 @@ open class com.apollographql.apollo3.api/DefaultFakeResolver : com.apollographql
}
sealed class <#A: out kotlin/Any> com.apollographql.apollo3.api/BooleanExpression { // com.apollographql.apollo3.api/BooleanExpression|null[0]
abstract fun simplify(): com.apollographql.apollo3.api/BooleanExpression<#A> // com.apollographql.apollo3.api/BooleanExpression.simplify|simplify(){}[0]
constructor <init>() // com.apollographql.apollo3.api/BooleanExpression.<init>|<init>(){}[0]
final class <#A1: kotlin/Any> And : com.apollographql.apollo3.api/BooleanExpression<#A1> { // com.apollographql.apollo3.api/BooleanExpression.And|null[0]
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]
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]
Expand Down Expand Up @@ -1117,7 +1116,6 @@ sealed class <#A: out kotlin/Any> com.apollographql.apollo3.api/BooleanExpressio
}
}
sealed class <#A: out kotlin/Any?> com.apollographql.apollo3.api/Optional { // com.apollographql.apollo3.api/Optional|null[0]
constructor <init>() // com.apollographql.apollo3.api/Optional.<init>|<init>(){}[0]
final class <#A1: kotlin/Any?> Present : com.apollographql.apollo3.api/Optional<#A1> { // com.apollographql.apollo3.api/Optional.Present|null[0]
constructor <init>(#A1) // com.apollographql.apollo3.api/Optional.Present.<init>|<init>(1:0){}[0]
final fun component1(): #A1 // com.apollographql.apollo3.api/Optional.Present.component1|component1(){}[0]
Expand All @@ -1137,27 +1135,19 @@ sealed class <#A: out kotlin/Any?> com.apollographql.apollo3.api/Optional { // c
final fun absent(): com.apollographql.apollo3.api/Optional.Absent // com.apollographql.apollo3.api/Optional.Companion.absent|absent(){}[0]
}
}
sealed class com.apollographql.apollo3.api/BTerm { // com.apollographql.apollo3.api/BTerm|null[0]
constructor <init>() // com.apollographql.apollo3.api/BTerm.<init>|<init>(){}[0]
}
sealed class com.apollographql.apollo3.api/BTerm // com.apollographql.apollo3.api/BTerm|null[0]
sealed class com.apollographql.apollo3.api/CompiledNamedType : com.apollographql.apollo3.api/CompiledType { // com.apollographql.apollo3.api/CompiledNamedType|null[0]
constructor <init>(kotlin/String) // com.apollographql.apollo3.api/CompiledNamedType.<init>|<init>(kotlin.String){}[0]
final val name // com.apollographql.apollo3.api/CompiledNamedType.name|{}name[0]
final fun <get-name>(): kotlin/String // com.apollographql.apollo3.api/CompiledNamedType.name.<get-name>|<get-name>(){}[0]
open fun leafType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledNamedType.leafType|leafType(){}[0]
open fun rawType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledNamedType.rawType|rawType(){}[0]
}
sealed class com.apollographql.apollo3.api/CompiledSelection { // com.apollographql.apollo3.api/CompiledSelection|null[0]
constructor <init>() // com.apollographql.apollo3.api/CompiledSelection.<init>|<init>(){}[0]
}
sealed class com.apollographql.apollo3.api/CompiledSelection // com.apollographql.apollo3.api/CompiledSelection|null[0]
sealed class com.apollographql.apollo3.api/CompiledType { // com.apollographql.apollo3.api/CompiledType|null[0]
abstract fun leafType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledType.leafType|leafType(){}[0]
abstract fun rawType(): com.apollographql.apollo3.api/CompiledNamedType // com.apollographql.apollo3.api/CompiledType.rawType|rawType(){}[0]
constructor <init>() // com.apollographql.apollo3.api/CompiledType.<init>|<init>(){}[0]
}
sealed class com.apollographql.apollo3.exception/ApolloException : kotlin/RuntimeException { // com.apollographql.apollo3.exception/ApolloException|null[0]
constructor <init>(kotlin/String? = ..., kotlin/Throwable? = ...) // com.apollographql.apollo3.exception/ApolloException.<init>|<init>(kotlin.String?;kotlin.Throwable?){}[0]
}
sealed class com.apollographql.apollo3.exception/ApolloException : kotlin/RuntimeException // com.apollographql.apollo3.exception/ApolloException|null[0]
sealed interface <#A: out kotlin/Any?> com.apollographql.apollo3.api/FieldResult { // com.apollographql.apollo3.api/FieldResult|null[0]
final class <#A1: kotlin/Any?> Success : com.apollographql.apollo3.api/FieldResult<#A1> { // com.apollographql.apollo3.api/FieldResult.Success|null[0]
constructor <init>(#A1) // com.apollographql.apollo3.api/FieldResult.Success.<init>|<init>(1:0){}[0]
Expand Down
13 changes: 3 additions & 10 deletions libraries/apollo-ast/api/apollo-ast.klib.api
Original file line number Diff line number Diff line change
Expand Up @@ -1049,23 +1049,16 @@ open class com.apollographql.apollo3.ast/SourceAwareException : kotlin/RuntimeEx
final val sourceLocation // com.apollographql.apollo3.ast/SourceAwareException.sourceLocation|{}sourceLocation[0]
final fun <get-sourceLocation>(): com.apollographql.apollo3.ast/SourceLocation? // com.apollographql.apollo3.ast/SourceAwareException.sourceLocation.<get-sourceLocation>|<get-sourceLocation>(){}[0]
}
sealed class com.apollographql.apollo3.ast/GQLSelection : com.apollographql.apollo3.ast/GQLNode { // com.apollographql.apollo3.ast/GQLSelection|null[0]
constructor <init>() // com.apollographql.apollo3.ast/GQLSelection.<init>|<init>(){}[0]
}
sealed class com.apollographql.apollo3.ast/GQLType : com.apollographql.apollo3.ast/GQLNode { // com.apollographql.apollo3.ast/GQLType|null[0]
constructor <init>() // com.apollographql.apollo3.ast/GQLType.<init>|<init>(){}[0]
}
sealed class com.apollographql.apollo3.ast/GQLSelection : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLSelection|null[0]
sealed class com.apollographql.apollo3.ast/GQLType : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLType|null[0]
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]
constructor <init>() // com.apollographql.apollo3.ast/GQLTypeDefinition.<init>|<init>(){}[0]
final fun isBuiltIn(): kotlin/Boolean // com.apollographql.apollo3.ast/GQLTypeDefinition.isBuiltIn|isBuiltIn(){}[0]
final object Companion { // com.apollographql.apollo3.ast/GQLTypeDefinition.Companion|null[0]
final val builtInTypes // com.apollographql.apollo3.ast/GQLTypeDefinition.Companion.builtInTypes|{}builtInTypes[0]
final fun <get-builtInTypes>(): kotlin.collections/Set<kotlin/String> // com.apollographql.apollo3.ast/GQLTypeDefinition.Companion.builtInTypes.<get-builtInTypes>|<get-builtInTypes>(){}[0]
}
}
sealed class com.apollographql.apollo3.ast/GQLValue : com.apollographql.apollo3.ast/GQLNode { // com.apollographql.apollo3.ast/GQLValue|null[0]
constructor <init>() // com.apollographql.apollo3.ast/GQLValue.<init>|<init>(){}[0]
}
sealed class com.apollographql.apollo3.ast/GQLValue : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLValue|null[0]
sealed interface com.apollographql.apollo3.ast/ApolloIssue : com.apollographql.apollo3.ast/Issue // com.apollographql.apollo3.ast/ApolloIssue|null[0]
sealed interface com.apollographql.apollo3.ast/GQLDefinition : com.apollographql.apollo3.ast/GQLNode // com.apollographql.apollo3.ast/GQLDefinition|null[0]
sealed interface com.apollographql.apollo3.ast/GQLExecutableDefinition : com.apollographql.apollo3.ast/GQLDefinition // com.apollographql.apollo3.ast/GQLExecutableDefinition|null[0]
Expand Down

0 comments on commit 8384a35

Please sign in to comment.