Module: Rails::GraphQL::Field::AuthorizedField::Proxied
- Defined in:
- lib/rails/graphql/field/authorized_field.rb
Overview
:nodoc: all
Instance Method Summary collapse
Instance Method Details
#authorizable? ⇒ Boolean
14 15 16 |
# File 'lib/rails/graphql/field/authorized_field.rb', line 14 def super || field. end |
#authorizer ⇒ Object
10 11 12 |
# File 'lib/rails/graphql/field/authorized_field.rb', line 10 def super || field. end |