feat: Convert all query files to JS
This commit is contained in:
9
packages/backend/src/graphql/queries/healthcheck.js
Normal file
9
packages/backend/src/graphql/queries/healthcheck.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import appConfig from '../../config/app';
|
||||
|
||||
const healthcheck = () => {
|
||||
return {
|
||||
version: appConfig.version,
|
||||
};
|
||||
};
|
||||
|
||||
export default healthcheck;
|
Reference in New Issue
Block a user