Interface ExecutionContext


public interface ExecutionContext
GraphQL execution context to support partial results.
  • Method Details

    • partialResultsException

      void partialResultsException(Throwable throwable)
      Add a partial results Throwable.
      Parameters:
      throwable - Throwable
    • partialResultsException

      Throwable partialResultsException()
      Retrieve partial results Throwable.
      Returns:
      the Throwable
    • hasPartialResultsException

      boolean hasPartialResultsException()
      Whether an exception was set on this context.
      Returns:
      true if there was a partial results exception