Package org.deltafi.common.graphql.dgs
Class GraphQLExecutor
- java.lang.Object
-
- org.deltafi.common.graphql.dgs.GraphQLExecutor
-
public class GraphQLExecutor extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphQLExecutor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TexecuteQuery(com.netflix.graphql.dgs.client.GraphQLClient graphQLClient, com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest queryRequest, java.lang.String responseObjectPath, java.lang.Class<T> responseObjectClass)
-