class GraphQL::Schema::Directive::Skip

def self.static_include?(args, ctx)

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