[−][src]Trait async_graphql::ObjectType 
A GraphQL object.
Implementations on Foreign Types
impl<'impl0, T: ObjectType + Send + Sync> ObjectType for &'impl0 T[src]
Loading content...Implementors
impl ObjectType for EmptyFields[src]
impl ObjectType for PageInfo[src]
impl ObjectType for EmptyMutation[src]
impl<C, T, E> ObjectType for Edge<C, T, E> where
    C: CursorType + Send + Sync,
    T: OutputValueType + Send + Sync,
    E: ObjectType + Sync + Send, [src]
C: CursorType + Send + Sync,
T: OutputValueType + Send + Sync,
E: ObjectType + Sync + Send,
impl<C, T, EC, EE> ObjectType for Connection<C, T, EC, EE> where
    C: CursorType + Send + Sync,
    T: OutputValueType + Send + Sync,
    EC: ObjectType + Sync + Send,
    EE: ObjectType + Sync + Send, [src]
C: CursorType + Send + Sync,
T: OutputValueType + Send + Sync,
EC: ObjectType + Sync + Send,
EE: ObjectType + Sync + Send,