import { rule, shield, and, or, not } from 'graphql-shield'. // Rules. const isAuthenticated = rule({ cache: 'contextual' })(. async (parent, args, ctx, ...
確定! 回上一頁