pub struct customers;Trait Implementations§
Source§impl HasArgument<after> for customers
impl HasArgument<after> for customers
Source§impl HasArgument<before> for customers
impl HasArgument<before> for customers
Source§impl HasArgument<filter> for customers
impl HasArgument<filter> for customers
Source§type ArgumentType = Option<CustomerFilter>
type ArgumentType = Option<CustomerFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for customers
impl HasArgument<first> for customers
Source§impl HasArgument<includeArchived> for customers
impl HasArgument<includeArchived> for customers
Source§impl HasArgument<last> for customers
impl HasArgument<last> for customers
Source§impl HasArgument<orderBy> for customers
impl HasArgument<orderBy> for customers
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasArgument<sorts> for customers
impl HasArgument<sorts> for customers
Source§type ArgumentType = Option<Vec<CustomerSortInput>>
type ArgumentType = Option<Vec<CustomerSortInput>>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for customers
impl RefUnwindSafe for customers
impl Send for customers
impl Sync for customers
impl Unpin for customers
impl UnwindSafe for customers
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more