class GraphQL::Schema::Directive

def repeatable(new_value)

def repeatable(new_value)
  @repeatable = new_value
end