summaryrefslogtreecommitdiff
path: root/tooling/bin/graphql_base_type_mappings
blob: 2fc06ab639fbb2d076a15513d2e8de567d236691 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env ruby
# frozen_string_literal: true

require_relative '../lib/tooling/mappings/graphql_base_type_mappings'

changes_file         = ARGV.shift
matching_tests_paths = ARGV.shift

Tooling::Mappings::GraphqlBaseTypeMappings.new(changes_file, matching_tests_paths).execute