forked from DebaucheryLibrarian/traxxx
Added periodic memory logger.
This commit is contained in:
@@ -4,7 +4,7 @@ const { makeExtendSchemaPlugin, gql } = require('graphile-utils');
|
||||
const moment = require('moment');
|
||||
const { cmToFeetInches, cmToInches, kgToLbs } = require('../../utils/convert');
|
||||
|
||||
const schemaExtender = makeExtendSchemaPlugin(_build => ({
|
||||
const schemaExtender = makeExtendSchemaPlugin((_build) => ({
|
||||
typeDefs: gql`
|
||||
enum Units {
|
||||
METRIC
|
||||
|
||||
Reference in New Issue
Block a user