- Add codegen option for excludes: There is a new property on the codegen configuration options to allow files matching the pattern to be excluded, in the case they are found in the
includes
path. #2205 - Thanks to @bannzai for the contribution! - Fixed - Using the
graphql_transport_ws
protocol could result in4400
errors from the server: The correct protocol message is now being sent to the server to end communication. #2320 - Replace
print
statement withCodegenLogger.log
: All codegen output is logged withCodegenLogger
which can be disabled if needed. #2348 - Thanks to @hiltonc for the contribution! - Expose
GraphQLResultError
path string: Adds a new publicly available computed property toGraphQLResultError
which just exposes thepath
description. #2361 - Thanks to @joshuashroyer-toast for the contribution!