i have issue i need to pass path to .graphqlconfig.ym file scheme but there is no file specific for schema i used this to schema const typeDefs = loadFilesSync(
path.join(__dirname, "./resolvers/schema/.graphql")*
); so how to pass this in .graphqlconfig.yml any suggestion to do that