com.expediagroup.graphql.server.extensions.instrumentationExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-kotlin-server Show documentation
Show all versions of graphql-kotlin-server Show documentation
Common code for running a GraphQL server in any HTTP server framework
The newest version!
package com.expediagroup.graphql.server.extensions
import com.expediagroup.graphql.dataloader.instrumentation.syncexhaustion.DataLoaderSyncExecutionExhaustedInstrumentation
import graphql.execution.instrumentation.Instrumentation
internal fun Instrumentation.isBatchDataLoaderInstrumentation(): Boolean =
javaClass == DataLoaderSyncExecutionExhaustedInstrumentation::class.java
© 2015 - 2024 Weber Informatics LLC | Privacy Policy