UNPKG

@shahanahmed86/create-server

Version:
10 lines (7 loc) 185 B
import AuthDirective from './auth'; import GuestDirective from './guest'; const schemaDirectives = { auth: AuthDirective, guest: GuestDirective, }; export default schemaDirectives;