com.networknt.graphql.common.InstrumentationProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphql-common Show documentation
Show all versions of graphql-common Show documentation
A shared utility module for GraphQL
package com.networknt.graphql.common;
import graphql.execution.instrumentation.Instrumentation;
/**
* @author Nicholas Azar
* Created on April 9, 2018
*/
public interface InstrumentationProvider {
Instrumentation getGraphqlInstrumentation();
Instrumentation getGraphqlSubscriptionInstrumentation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy