AccountSetup
Defines the settings for Accounts for an event in EventsAir.
type AccountSetup {
accounts(
input: AccountSearchFilterInput! = [object Object]
): [Account!]!
}
Fields
AccountSetup.accounts ● [Account!]! non-null object
The accounts defined in EventsAir for an event.
See AccountSearchFilterInput
for details on how the optional input argument can be used to filter accounts.
AccountSetup.accounts.input ● AccountSearchFilterInput! non-null input
Member Of
CeContactStoreSetup object ● EventSetup object ● MembershipContactStoreSetup object