Skip to content

Commit

Permalink
update apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 24, 2023
1 parent 6136417 commit 3adedaa
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions libraries/apollo-ast/api/apollo-ast.api
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ public final class com/apollographql/apollo3/ast/ApolloParser {
public static final fun toSchema (Ljava/lang/String;)Lcom/apollographql/apollo3/ast/Schema;
}

public final class com/apollographql/apollo3/ast/Check_key_fieldsKt {
public static final fun checkKeyFields (Lcom/apollographql/apollo3/ast/GQLFragmentDefinition;Lcom/apollographql/apollo3/ast/Schema;Ljava/util/Map;)V
public static final fun checkKeyFields (Lcom/apollographql/apollo3/ast/GQLOperationDefinition;Lcom/apollographql/apollo3/ast/Schema;Ljava/util/Map;)V
}

public final class com/apollographql/apollo3/ast/ConversionException : com/apollographql/apollo3/ast/SourceAwareException {
public fun <init> (Ljava/lang/String;Lcom/apollographql/apollo3/ast/SourceLocation;)V
public synthetic fun <init> (Ljava/lang/String;Lcom/apollographql/apollo3/ast/SourceLocation;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
Expand Down Expand Up @@ -1490,11 +1485,6 @@ public final class com/apollographql/apollo3/ast/introspection/Schema_to_introsp
public static final fun toIntrospectionSchema (Lcom/apollographql/apollo3/ast/Schema;)Lcom/apollographql/apollo3/ast/introspection/IntrospectionSchema;
}

public final class com/apollographql/apollo3/ast/transformation/Add_required_fieldsKt {
public static final fun addRequiredFields (Lcom/apollographql/apollo3/ast/GQLFragmentDefinition;Ljava/lang/String;Lcom/apollographql/apollo3/ast/Schema;Ljava/util/Map;)Lcom/apollographql/apollo3/ast/GQLFragmentDefinition;
public static final fun addRequiredFields (Lcom/apollographql/apollo3/ast/GQLOperationDefinition;Ljava/lang/String;Lcom/apollographql/apollo3/ast/Schema;Ljava/util/Map;)Lcom/apollographql/apollo3/ast/GQLOperationDefinition;
}

public class com/apollographql/apollo3/generated/antlr/GraphQLBaseListener : com/apollographql/apollo3/generated/antlr/GraphQLListener {
public fun <init> ()V
public fun enterAlias (Lcom/apollographql/apollo3/generated/antlr/GraphQLParser$AliasContext;)V
Expand Down

0 comments on commit 3adedaa

Please sign in to comment.