package graphql; public enum ErrorType { InvalidSyntax, ValidationError, DataFetchingException, MutationNotSupported }