Interface ExecutionContext


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

      • partialResultsException

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

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