[][src]Trait async_graphql::ObjectType

pub trait ObjectType: ContainerType { }

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: OutputType + Send + Sync,
    E: ObjectType + Sync + Send
[src]

impl<C, T, EC, EE> ObjectType for Connection<C, T, EC, EE> where
    C: CursorType + Send + Sync,
    T: OutputType + Send + Sync,
    EC: ObjectType + Sync + Send,
    EE: ObjectType + Sync + Send
[src]

Loading content...