import {releaseType} from './releaseType' import {artistType} from './artistType' export const schemaTypes = [releaseType, artistType]