Type Alias ClientChangelogOrderByWithRelationInput

ClientChangelogOrderByWithRelationInput: {
    changes?: SortOrder;
    client?: ClientOrderByWithRelationInput;
    clientId?: SortOrder;
    date?: SortOrder;
    dbId?: SortOrder;
    identifier?: SortOrder;
    isPublic?: SortOrder;
    thumbnail?: SortOrderInput | SortOrder;
    title?: SortOrder;
}