TenantUserConnection: {
    __typename?: "TenantUserConnection";
    edges?: Maybe<TenantUserEdge[]>;
    nodes?: Maybe<Maybe<TenantUser>[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration