UNPKG

@coko/server

Version:

Reusable server for use by Coko's projects

5 lines 390 B
import { rule, inputRule, allow, deny, and, chain, or, not, race } from '@coko/graphql-shield'; declare const isAuthenticated: import("@coko/graphql-shield/typings/rules").Rule; declare const isAdmin: import("@coko/graphql-shield/typings/rules").Rule; export { rule, inputRule, allow, deny, and, chain, or, not, race, isAuthenticated, isAdmin, }; //# sourceMappingURL=authorization.d.ts.map