Method: GraphQL::Schema::Warden#visibility_profile
- Defined in:
- lib/graphql/schema/warden.rb
#visibility_profile ⇒ Object
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.
116 117 118 |
# File 'lib/graphql/schema/warden.rb', line 116 def visibility_profile @visibility_profile ||= VisibilityProfile.new(self) end |