Types::ReasonerOutputType = GraphQL::ObjectType.define do
  name 'ReasonerOutput'
  description 'The output of a Reasoner'

  field :reasoningAttempt, !Types::ReasoningAttemptType do