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

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

#authorized?(obj, ctx) ⇒ Boolean

Returns:



68
69
70
# File 'lib/graphql/types/relay/edge_behaviors.rb', line 68

def authorized?(obj, ctx)
  true
end