UNPKG

graphql-shield

Version:

GraphQL Server permissions as another layer of abstraction!

4 lines (3 loc) 176 B
export { IRules, IRule } from './types.js'; export { shield } from './shield.js'; export { rule, inputRule, allow, deny, and, chain, race, or, not, } from './constructors.js';