pub type ParsedResult<T> = Result<T, ParsedError>;
Expand description

Result type returned by parsing GraphQL schema.