Method: GraphQL::Schema::Directive.resolve_each

Defined in:
lib/graphql/schema/directive.rb

.resolve_each(object, arguments, context) ⇒ Object

Continuing is passed as a block, yield to continue.



75
76
77
# File 'lib/graphql/schema/directive.rb', line 75

def resolve_each(object, arguments, context)
  yield
end