Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions api/schema.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
//@flow
// @flow
/**
* The combined schema out of types and resolvers (queries, mutations and subscriptions)
*/
//$FlowFixMe
const {
makeExecutableSchema,
addSchemaLevelResolveFunction,
Expand All @@ -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';

Expand Down