Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion libraries/apollo-ast/api/apollo-ast.api
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,12 @@ public final class com/apollographql/apollo/ast/GQLFloatValue : com/apollographq
public final class com/apollographql/apollo/ast/GQLFragmentDefinition : com/apollographql/apollo/ast/GQLDescribed, com/apollographql/apollo/ast/GQLExecutableDefinition, com/apollographql/apollo/ast/GQLHasDirectives, com/apollographql/apollo/ast/GQLNamed {
public fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;)V
public synthetic fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;)V
public synthetic fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun copy (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;)Lcom/apollographql/apollo/ast/GQLFragmentDefinition;
public final fun copy (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;)Lcom/apollographql/apollo/ast/GQLFragmentDefinition;
public static synthetic fun copy$default (Lcom/apollographql/apollo/ast/GQLFragmentDefinition;Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Lcom/apollographql/apollo/ast/GQLFragmentDefinition;
public static synthetic fun copy$default (Lcom/apollographql/apollo/ast/GQLFragmentDefinition;Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lcom/apollographql/apollo/ast/GQLNamedType;Ljava/util/List;Ljava/lang/String;ILjava/lang/Object;)Lcom/apollographql/apollo/ast/GQLFragmentDefinition;
public fun copyWithNewChildrenInternal (Lcom/apollographql/apollo/ast/NodeContainer;)Lcom/apollographql/apollo/ast/GQLNode;
public fun getChildren ()Ljava/util/List;
public fun getDescription ()Ljava/lang/String;
Expand All @@ -443,15 +447,21 @@ public final class com/apollographql/apollo/ast/GQLFragmentDefinition : com/apol
public final fun getSelections ()Ljava/util/List;
public fun getSourceLocation ()Lcom/apollographql/apollo/ast/SourceLocation;
public final fun getTypeCondition ()Lcom/apollographql/apollo/ast/GQLNamedType;
public final fun getVariableDefinitions ()Ljava/util/List;
public fun writeInternal (Lcom/apollographql/apollo/ast/SDLWriter;)V
}

public final class com/apollographql/apollo/ast/GQLFragmentSpread : com/apollographql/apollo/ast/GQLSelection, com/apollographql/apollo/ast/GQLHasDirectives, com/apollographql/apollo/ast/GQLNamed {
public fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;)V
public synthetic fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)V
public synthetic fun <init> (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun copy (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;)Lcom/apollographql/apollo/ast/GQLFragmentSpread;
public final fun copy (Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Lcom/apollographql/apollo/ast/GQLFragmentSpread;
public static synthetic fun copy$default (Lcom/apollographql/apollo/ast/GQLFragmentSpread;Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;ILjava/lang/Object;)Lcom/apollographql/apollo/ast/GQLFragmentSpread;
public static synthetic fun copy$default (Lcom/apollographql/apollo/ast/GQLFragmentSpread;Lcom/apollographql/apollo/ast/SourceLocation;Ljava/lang/String;Ljava/util/List;Ljava/util/List;ILjava/lang/Object;)Lcom/apollographql/apollo/ast/GQLFragmentSpread;
public fun copyWithNewChildrenInternal (Lcom/apollographql/apollo/ast/NodeContainer;)Lcom/apollographql/apollo/ast/GQLNode;
public final fun getArguments ()Ljava/util/List;
public fun getChildren ()Ljava/util/List;
public fun getDirectives ()Ljava/util/List;
public fun getName ()Ljava/lang/String;
Expand Down Expand Up @@ -1134,9 +1144,10 @@ public final class com/apollographql/apollo/ast/OtherValidationIssue : com/apoll

public final class com/apollographql/apollo/ast/ParserOptions {
public static final field Companion Lcom/apollographql/apollo/ast/ParserOptions$Companion;
public synthetic fun <init> (ZZZZLkotlin/jvm/internal/DefaultConstructorMarker;)V
public synthetic fun <init> (ZZZZZLkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun getAllowDirectivesOnDirectives ()Z
public final fun getAllowEmptyDocuments ()Z
public final fun getAllowFragmentArguments ()Z
public final fun getAllowServiceCapabilities ()Z
public final fun getWithSourceLocation ()Z
}
Expand All @@ -1145,14 +1156,17 @@ public final class com/apollographql/apollo/ast/ParserOptions$Builder {
public fun <init> ()V
public final fun allowDirectivesOnDirectives (Z)Lcom/apollographql/apollo/ast/ParserOptions$Builder;
public final fun allowEmptyDocuments (Z)Lcom/apollographql/apollo/ast/ParserOptions$Builder;
public final fun allowFragmentArguments (Z)Lcom/apollographql/apollo/ast/ParserOptions$Builder;
public final fun allowServiceCapabilities (Z)Lcom/apollographql/apollo/ast/ParserOptions$Builder;
public final fun build ()Lcom/apollographql/apollo/ast/ParserOptions;
public final fun getAllowDirectivesOnDirectives ()Z
public final fun getAllowEmptyDocuments ()Z
public final fun getAllowFragmentArguments ()Z
public final fun getAllowServiceCapabilities ()Z
public final fun getWithSourceLocation ()Z
public final fun setAllowDirectivesOnDirectives (Z)V
public final fun setAllowEmptyDocuments (Z)V
public final fun setAllowFragmentArguments (Z)V
public final fun setAllowServiceCapabilities (Z)V
public final fun setWithSourceLocation (Z)V
public final fun withSourceLocation (Z)Lcom/apollographql/apollo/ast/ParserOptions$Builder;
Expand Down
Loading
Loading