User
A User of the Promotions API, associated with one or more Accounts
type User {
email: String
name: String
accounts(
uuid: String
active: Boolean
): [Account]
}
Fields
User.email ● String scalar
Users email address
User.name ● String scalar
Users name
User.accounts ● [Account] list object
Account
User.accounts.uuid ● String scalar
Filter the accounts based on the UUID of the Account
User.accounts.active ● Boolean scalar
Filter the accounts based on the active status
Returned By
me query