Class GraphQLExecutor

java.lang.Object
org.deltafi.common.graphql.dgs.GraphQLExecutor

public class GraphQLExecutor extends Object
  • Constructor Details

    • GraphQLExecutor

      public GraphQLExecutor()
  • Method Details

    • executeQuery

      public static <T> T executeQuery(com.netflix.graphql.dgs.client.GraphQLClient graphQLClient, com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest queryRequest, String responseObjectPath, Class<T> responseObjectClass) throws Exception
      Throws:
      Exception