Method: GraphQL::Schema::Directive.resolve

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

.resolve(object, arguments, context) ⇒ Object

Continuing is passed as a block; yield to continue



70
71
72
# File 'lib/graphql/schema/directive.rb', line 70

def resolve(object, arguments, context)
  yield
end