Class 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> T executeQuery​(com.netflix.graphql.dgs.client.GraphQLClient graphQLClient, com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest queryRequest, java.lang.String responseObjectPath, java.lang.Class<T> responseObjectClass)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphQLExecutor

        public GraphQLExecutor()
    • Method Detail

      • executeQuery

        public static <T> T executeQuery​(com.netflix.graphql.dgs.client.GraphQLClient graphQLClient,
                                         com.netflix.graphql.dgs.client.codegen.GraphQLQueryRequest queryRequest,
                                         java.lang.String responseObjectPath,
                                         java.lang.Class<T> responseObjectClass)