Added periodic memory logger.
This commit is contained in:
@@ -22,7 +22,7 @@ function isStashed(parent, args) {
|
||||
return parent['@stashes'].some(({ '@stash': stash }) => !stash.primary);
|
||||
}
|
||||
|
||||
const schemaExtender = makeExtendSchemaPlugin(_build => ({
|
||||
const schemaExtender = makeExtendSchemaPlugin((_build) => ({
|
||||
typeDefs: gql`
|
||||
extend type Release {
|
||||
isFavorited: Boolean @requires(columns: ["stashesScenesBySceneId"])
|
||||
|
||||
Reference in New Issue
Block a user