mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
comment to explain the bug
This commit is contained in:
parent
09ef532838
commit
5dd4a1af80
@ -1,5 +1,6 @@
|
||||
import path from 'path'
|
||||
import { fileLoader, mergeResolvers } from 'merge-graphql-schemas'
|
||||
|
||||
// the files must be correctly evaluated in built and dev state - therefore accept both js & ts files
|
||||
const resolversArray = fileLoader(path.join(__dirname, './!(*.spec).(ts|js)'))
|
||||
export default mergeResolvers(resolversArray)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user