graphql.execution.NonNullableFieldWasNullError Maven / Gradle / Ivy
package graphql.execution;
import graphql.ErrorType;
import graphql.GraphQLError;
import graphql.GraphqlErrorHelper;
import graphql.Internal;
import graphql.language.SourceLocation;
import java.util.List;
/**
* This is the base error that indicates that a non null field value was in fact null.
*
* @see graphql.execution.NonNullableFieldWasNullException for details
*/
@Internal
public class NonNullableFieldWasNullError implements GraphQLError {
private final String message;
private final List