class Graphiti::FilterOperators
Public Class Methods
Source
# File lib/graphiti/filter_operators.rb, line 34 def self.build(resource, type_name, opts = {}, &blk) c = Catchall.new(resource, type_name, opts) c.instance_eval(&blk) if blk c.to_hash end