Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "factory/foundation/indexes/users__by__auth_email"

Index

Variables

Const users__by__auth_email

users__by__auth_email: FaunaIndexOptions = Index({name: BiotaIndexName('users__by__auth_email'),source: {collection: q.Collection(BiotaCollectionName('users')),},terms: [{field: ['data', '_auth', 'email'],},],unique: true,})

Generated using TypeDoc