Trait async_graphql::ObjectType [−][src]
pub trait ObjectType: ContainerType { }
Expand description
A GraphQL object.
Implementations on Foreign Types
Implementors
impl<C, T, E> ObjectType for Edge<C, T, E> where
    C: CursorType + Send + Sync,
    T: OutputType,
    E: ObjectType, [src]impl<C, T, EC, EE> ObjectType for Connection<C, T, EC, EE> where
    C: CursorType + Send + Sync,
    T: OutputType,
    EC: ObjectType,
    EE: ObjectType, [src]