graphql.UnresolvedTypeError Maven / Gradle / Ivy
package graphql;
import graphql.execution.ExecutionStepInfo;
import graphql.execution.ResultPath;
import graphql.execution.UnresolvedTypeException;
import graphql.language.SourceLocation;
import java.util.List;
import static graphql.Assert.assertNotNull;
import static graphql.schema.GraphQLTypeUtil.simplePrint;
import static java.lang.String.format;
@PublicApi
public class UnresolvedTypeError implements GraphQLError {
private final String message;
private final List