import * as path from 'path' import { fileLoader, mergeTypes } from 'merge-graphql-schemas' const typesArray = fileLoader(path.join(__dirname, './**'), { recursive: true }) export default mergeTypes(typesArray, { all: true })