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