Added periodic memory logger.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
const config = require('config');
|
||||
const { makeExtendSchemaPlugin, gql } = require('graphile-utils');
|
||||
|
||||
const schemaExtender = makeExtendSchemaPlugin(_build => ({
|
||||
const schemaExtender = makeExtendSchemaPlugin((_build) => ({
|
||||
typeDefs: gql`
|
||||
extend type Media {
|
||||
thumbnailWidth: Int @requires(columns: ["width", "height"])
|
||||
|
||||
Reference in New Issue
Block a user