ClientFAQOrderByWithRelationInput: {
    answer?: SortOrderInput | SortOrder;
    client?: ClientOrderByWithRelationInput;
    clientId?: SortOrder;
    dbId?: SortOrder;
    identifier?: SortOrder;
    question?: SortOrderInput | SortOrder;
}