Method: GraphQL::Schema::Directive.static_include?

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

.static_include?(_arguments, _context) ⇒ Boolean

Determines whether Execution::Lookahead considers the field to be selected

Returns:



65
66
67
# File 'lib/graphql/schema/directive.rb', line 65

def static_include?(_arguments, _context)
  true
end