Package com.graphql_java_generator.client

  • Interface Summary 
    Interface Description
    QueryExecutor
    This class is the query executor : a generic class, reponsible for calling the GraphQL server, and return its response as POJOs.
  • Class Summary 
    Class Description
    GraphqlClientUtils  
    QueryExecutorImpl
    This class is the query executor : a generic class, reponsible for calling the GraphQL server, for query, mutation and subscription.
    It has one major parameter: the GraphQL endpoint.