AccountStatusPayload
No description
type AccountStatusPayload {
exists: Boolean!
}
Fields
AccountStatusPayload.exists
● Boolean!
non-null scalar
Whether or not the account exists
Returned By
accountStatus
query