class GraphQL::Schema::Directive::Include

def self.static_include?(args, ctx)

def self.static_include?(args, ctx)
  !!args[:if]
end