pub struct agentActivities;Trait Implementations§
Source§impl Field for agentActivities
impl Field for agentActivities
Source§impl HasArgument<after> for agentActivities
impl HasArgument<after> for agentActivities
Source§impl HasArgument<before> for agentActivities
impl HasArgument<before> for agentActivities
Source§impl HasArgument<filter> for agentActivities
impl HasArgument<filter> for agentActivities
Source§type ArgumentType = Option<AgentActivityFilter>
type ArgumentType = Option<AgentActivityFilter>
The schema marker type of this argument.
Source§impl HasArgument<first> for agentActivities
impl HasArgument<first> for agentActivities
Source§impl HasArgument<includeArchived> for agentActivities
impl HasArgument<includeArchived> for agentActivities
Source§impl HasArgument<last> for agentActivities
impl HasArgument<last> for agentActivities
Source§impl HasArgument<orderBy> for agentActivities
impl HasArgument<orderBy> for agentActivities
Source§type ArgumentType = Option<PaginationOrderBy>
type ArgumentType = Option<PaginationOrderBy>
The schema marker type of this argument.
Source§impl HasField<agentActivities> for Query
impl HasField<agentActivities> for Query
Source§type Type = AgentActivityConnection
type Type = AgentActivityConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for agentActivities
impl RefUnwindSafe for agentActivities
impl Send for agentActivities
impl Sync for agentActivities
impl Unpin for agentActivities
impl UnwindSafe for agentActivities
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