jar

com.apollographql.apollo3 : apollo-debug-server-jvm

Maven & Gradle

Dec 05, 2023
3.7k stars

Apollo Kotlin Debug Server · Apollo Kotlin debug server, used by tools to inspect running applications using Apollo.

Table Of Contents

Latest Version

Download com.apollographql.apollo3 : apollo-debug-server-jvm JAR file - Latest Versions:

All Versions

Download com.apollographql.apollo3 : apollo-debug-server-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
4.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window apollo-debug-server-jvm-4.0.0-beta.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.apollographql.apollo3.debugserver.internal.graphql.type

├─ com.apollographql.apollo3.debugserver.internal.graphql.type.__DirectiveLocation.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.type.__TypeKind.class - [JAR]

com.apollographql.apollo3.debugserver.internal.graphql

├─ com.apollographql.apollo3.debugserver.internal.graphql.FieldsAdapter.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.GraphQL.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.GraphQLApolloClient.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.GraphQLKt.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.GraphQLRecord.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.GraphQL_jvmKt.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.NormalizedCache.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.Query.class - [JAR]

com.apollographql.apollo3.debugserver.internal.graphql.execution

├─ com.apollographql.apollo3.debugserver.internal.graphql.execution.ApolloDebugServerAdapterRegistryKt.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.execution.ApolloDebugServerExecutableSchemaBuilderKt.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.execution.ApolloDebugServerResolver.class - [JAR]

com.apollographql.apollo3.debugserver.internal.server

├─ com.apollographql.apollo3.debugserver.internal.server.NoOpServer.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.server.Server.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.server.Server_jvmKt.class - [JAR]

com.apollographql.apollo3.debugserver.internal.graphql.type.adapter

├─ com.apollographql.apollo3.debugserver.internal.graphql.type.adapter.__DirectiveLocation_ResponseAdapter.class - [JAR]

├─ com.apollographql.apollo3.debugserver.internal.graphql.type.adapter.__TypeKind_ResponseAdapter.class - [JAR]

com.apollographql.apollo3.debugserver

├─ com.apollographql.apollo3.debugserver.ApolloDebugServer.class - [JAR]

Advertisement