Type Definition async_graphql::InputValueResult[][src]

type InputValueResult<T> = Result<T, InputValueError<T>>;

An error parsing a value of type T.