Method: GraphQL::Types::Relay::ConnectionBehaviors::ClassMethods#authorized?

Defined in:
lib/graphql/types/relay/connection_behaviors.rb

#authorized?(obj, ctx) ⇒ Boolean

Returns:



118
119
120
# File 'lib/graphql/types/relay/connection_behaviors.rb', line 118

def authorized?(obj, ctx)
  true # Let nodes be filtered out
end