Method: GraphQL::Schema::Member::BaseDSLMethods#visible?

Defined in:
lib/graphql/schema/member/base_dsl_methods.rb

#visible?(context) ⇒ Boolean

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Returns:



125
126
127
# File 'lib/graphql/schema/member/base_dsl_methods.rb', line 125

def visible?(context)
  true
end