tenants
List all tenants. Requires Nautical employee access.
tenants(
before: String
after: String
first: Int
last: Int
): TenantCountableConnection!
Arguments
tenants.before ● String scalar
Returns the items in the list that come before the specified cursor.
tenants.after ● String scalar
Returns the items in the list that come after the specified cursor.
tenants.first ● Int scalar
Returns the first n items from the list.
tenants.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
TenantCountableConnection object
A connection to a list of items.