mirror of
https://github.com/strapi/strapi.git
synced 2025-07-26 18:38:46 +00:00
8 lines
220 B
JavaScript
8 lines
220 B
JavaScript
![]() |
const convertGraphqlQueryParams = require('./convertGraphqlQueryParams');
|
||
|
const convertRestQueryParams = require('./convertRestQueryParams');
|
||
|
|
||
|
module.exports = {
|
||
|
convertGraphqlQueryParams,
|
||
|
convertRestQueryParams,
|
||
|
};
|