pub type FieldResult<T> = Result<T>;
Expand description

An alias of async_graphql::Result. Present for backward compatibility reasons.