TenantInput
No description
input TenantInput {
email: String!
id: UUID
password: String!
representative: RepresentativeInput
}
Fields
| Nom | Type | Description |
|---|---|---|
String! non-null scalar | — | |
| id | UUID scalar | Unique identifier of the entity |
| password | String! non-null scalar | — |
| representative | RepresentativeInput input | signupTenant |