[][src]Type Definition juniper::DynGraphQLValue

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

Helper alias for naming trait objects of GraphQLValue.