TenantsSearchQuery: {
    term: Scalars["String"];
}

Query to search for tenants.

Type declaration

  • term: Scalars["String"]

    The term to search for. It must be at least 2 characters long. The search is case-insensitive on these two fields:

    • the tenant name (partial match)
    • the tenant external id (exact match)

Generated using TypeDoc