diff --git a/api/schema.js b/api/schema.js index 4892e252da..790b8bb70e 100644 --- a/api/schema.js +++ b/api/schema.js @@ -1,8 +1,7 @@ -//@flow +// @flow /** * The combined schema out of types and resolvers (queries, mutations and subscriptions) */ -//$FlowFixMe const { makeExecutableSchema, addSchemaLevelResolveFunction, @@ -11,7 +10,6 @@ const debug = require('debug')('api:resolvers'); const logExecutions = require('graphql-log')({ logger: debug, }); -//$FlowFixMe const { merge } = require('lodash'); import UserError from './utils/UserError';