All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.expediagroup.graphql.server.extensions.instrumentationExtensions.kt Maven / Gradle / Ivy

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