User
Represents a First Dollar user.
type User {
address: PhysicalAddress
email: EmailAddress!
id: ID!
mailingAddress: PhysicalAddress
name: PersonName!
wallet: Wallet!
}
Fields
User.address ● PhysicalAddress object
The user's primary address.
User.email ● EmailAddress! non-null scalar
The user's primary email address.
User.id ● ID! non-null scalar
The user's unique identifier.
User.mailingAddress ● PhysicalAddress object
The address to which mail should be sent.
User.name ● PersonName! non-null object
The user's name.
User.wallet ● Wallet! non-null object
The user's health wallet.
Returned by
user query