The Tenant object
#
AttributesName | 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 |