The Tenant object
Attributes#
| Name | Description |
|---|---|
| id (string) | Unique identifier for the object |
| slug (string) | Unique URL-friendly identifier (generated based on name) |
| name (string) | The tenant's name |
| owner (Object) | The tenant's owner |
| createdAt (string) | The tenant's creation timestamp |
| updatedAt (string) | The tenant's last update timestamp |
| owner (User) | The tenant's author |
| members("nodes" > object[] > "user" > User) | The tenant's members (through nested attributes) |
| works (Object) | The tenant's Works, alongside the total count of Works in Tenant |