Method: GraphQL::Schema::Directive.include?

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

.include?(_object, arguments, context) ⇒ Boolean

If false, this part of the query won't be evaluated

Returns:



60
61
62
# File 'lib/graphql/schema/directive.rb', line 60

def include?(_object, arguments, context)
  static_include?(arguments, context)
end