import author from './author' import post from './post' export const schemaTypes = [author, post]