#Options

Options attribute marks a field as a select option (order and pagination options). The decorated fied must be of type edgedb_query::queries::select::SelectOptions

#[options]

Usage

    #[select_query(table="Users")]
    struct FindUser {
        #[options]
        pub options: SelectOptions
    }