UNPKG

@accounts/module-core

Version:

Server side GraphQL transport for accounts

6 lines (5 loc) 221 B
import { type GraphQLSchema } from 'graphql'; export declare function authDirective(directiveName?: string): { authDirectiveTypeDefs: string; authDirectiveTransformer: (schema: GraphQLSchema) => GraphQLSchema; };