Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "factory/foundation/indexes/users__by__auth_account"

Index

Variables

Const users__by__auth_account

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

Generated using TypeDoc