Your IP : 216.73.216.52


Current Path : /home/deltalab/PMS/partner-manager-backend/node_modules/graphql/jsutils/
Upload File :
Current File : //home/deltalab/PMS/partner-manager-backend/node_modules/graphql/jsutils/printPathArray.mjs

/**
 * Build a string describing the path.
 */
export default function printPathArray(path) {
  return path.map(function (key) {
    return typeof key === 'number' ? '[' + key.toString() + ']' : '.' + key;
  }).join('');
}