Exception: GraphQL::Testing::Helpers::TypeNotVisibleError
Instance Method Summary collapse
-
#initialize(type_name:) ⇒ TypeNotVisibleError
constructor
A new instance of TypeNotVisibleError.
Constructor Details
#initialize(type_name:) ⇒ TypeNotVisibleError
Returns a new instance of TypeNotVisibleError.
18 19 20 21 |
# File 'lib/graphql/testing/helpers.rb', line 18 def initialize(type_name:) = "`#{type_name}` should be `visible?` this field resolution and `context`, but it was not" super() end |