UNPKG

keystone-6-oauth

Version:

Keystone6 Plugin that enables social logins such as Google, Twitter, Github, Facebook and others.

6 lines (5 loc) 195 B
import { ExtendGraphqlSchema } from '@keystone-6/core/types'; export declare const getSchemaExtension: ({ listKey, }: { identityField: string; listKey: string; }) => ExtendGraphqlSchema;