目前,我正在抛出RuntimeException来返回GraphQL验证错误,它运行得出奇地好,除了在我的日志中抛出了带有大量堆栈跟踪的可怕错误。在GraphQL SPQR Spring Boot Starter中执行此操作的正确方法是什么。public User register(@GraphQLArgument(name="firstname") String firstname, @G
For details and solutions see https://github.com/leangen/graphql-spqr/wiki/Errors#non-unique-type-nameIf this warning is a false positive, please report it: https://github.com/leangen/graphql-spqr/issues