TenantConfigsConnection: {
    __typename?: "TenantConfigsConnection";
    edges?: Maybe<TenantConfigsEdge[]>;
    nodes?: Maybe<TenantConfig[]>;
    pageInfo: PageInfo;
}

A connection to a list of items.

Type declaration