chore(catalog/gql): making the backend start

This commit is contained in:
blam
2020-09-18 12:53:54 +02:00
parent 1903f6d987
commit 3c9e6199e3
@@ -31,7 +31,7 @@ export interface ModuleOptions {
export async function createModule(
options: ModuleOptions,
): Promise<GraphQLModule> {
const typeDefs = require('../schema');
const { default: typeDefs } = require('../schema');
const catalogClient = new CatalogClient(
options.config.getString('backend.baseUrl'),