Method: GraphQL::Types::Relay::ConnectionBehaviors::ClassMethods#scope_items

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

#scope_items(items, context) ⇒ Object

Filter this list according to the way its node type would scope them



96
97
98
# File 'lib/graphql/types/relay/connection_behaviors.rb', line 96

def scope_items(items, context)
  node_type.scope_items(items, context)
end