class GraphQL::StaticValidation::VariablesAreUsedAndDefined

def variable_hash

def variable_hash
  Hash.new {|h, k| h[k] = VariableUsage.new }
end