tenants
List of tenants.
tenants(
before: String
after: String
first: Int
last: Int
): TenantCountableConnection
Arguments
tenants.before ● String scalar
Return the elements in the list that come before the specified cursor.
tenants.after ● String scalar
Return the elements in the list that come after the specified cursor.
tenants.first ● Int scalar
Return the first n elements from the list.
tenants.last ● Int scalar
Return the last n elements from the list.