graphql

Search for an npm package
/**
* Returns the first argument it receives.
*/
export function identityFunc(x) {
return x;
}