mirror of
https://github.com/vale981/grapher
synced 2025-03-11 05:16:40 -04:00
5 lines
No EOL
138 B
JavaScript
5 lines
No EOL
138 B
JavaScript
import {EJSON} from 'meteor/ejson';
|
|
|
|
export default function(queryName, params) {
|
|
return `${queryName}::${EJSON.stringify(params)}`;
|
|
} |