module GraphQL::StringMatchBackport

def match?(pattern)

def match?(pattern)
  self =~ pattern
end