The errorType field on GraphQLError is specific to GraphQL Java and when serialized via GraphqlErrorHelper#toSpecification it becomes an extension with the key "classification". This commit ensures that we correctly deserialize back to errorType from the "classification" extension but unfortunately that's limited to the ErrorClassification enums that we know of.