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

Returns:

  • (Boolean)


14
15
16
# File 'lib/rails/graphql/field/authorized_field.rb', line 14

def authorizable?
  super || field.authorizable?
end

#authorizerObject



10
11
12
# File 'lib/rails/graphql/field/authorized_field.rb', line 10

def authorizer
  super || field.authorizer
end