Package org.deltafi.common.graphql.dgs
Class GraphQLExecutor
java.lang.Object
org.deltafi.common.graphql.dgs.GraphQLExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> TexecuteQuery(com.netflix.graphql.dgs.client.GraphQLClient graphQLClient, com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest queryRequest, String responseObjectPath, Class<T> responseObjectClass)
-
Constructor Details
-
GraphQLExecutor
public GraphQLExecutor()
-
-
Method Details