'query'
The userExistsWithEmail
query allows you to make sure the user registering does not already exist in the database for your organization.
Query
query UserExistsWithEmail {
userExistsWithEmail(organizationSlug: String!, email:String!)
}
Input Attributes from Full User Query
Attribute | Description |
---|---|
organizationSlug | Your organization slug (url friendly name of your organization) |
The user's email address. |
Output Attributes from Query
Attribute | Description |
---|---|
Boolean | Returns true or false |