Type Definition juniper::DynGraphQLValue[][src]

type DynGraphQLValue<S, C, TI> = dyn GraphQLValue<S, Context = C, TypeInfo = TI> + Send + Sync + 'static;
Expand description

Helper alias for naming trait objects of GraphQLValue.