Skip to content

Commit

Permalink
fix wrong graphql name
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Jul 24, 2024
1 parent ba9b3b5 commit 40a4849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graphql/types/error_details/error_codes_enum.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module Types
module ErrorDetails
class ErrorCodesEnum < Types::BaseEnum
graphql_name 'FeeTypesEnum'
graphql_name 'ErrorCodesEnum'

ErrorDetail::ERROR_CODES.each do |code|
value code
Expand Down

0 comments on commit 40a4849

Please sign in to comment.