ontohub/ontohub-backend

View on GitHub
app/graphql/types/error_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

Types::ErrorType = GraphQL::ObjectType.define do
  name 'Error'
  description 'An error message'
  implements Types::DiagnosisType, inherit: true
end