Method: Graphiti::Scoping::Base#apply_custom_scope

Defined in:
lib/graphiti/scoping/base.rb

#apply_custom_scopeObject

Defines how to call/apply the custom scoping logic provided by the user.



75
76
77
# File 'lib/graphiti/scoping/base.rb', line 75

def apply_custom_scope
  raise "override in subclass"
end