Skip to content

Commit

Permalink
Add missing token_address renaming in graphql API
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelmanzanera committed Sep 7, 2022
1 parent 377ae2f commit c48aedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/archethic_web/graphql_schema/transaction_type.ex
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ defmodule ArchethicWeb.GraphQLSchema.TransactionType do
object :token_transfer do
field(:to, :address)
field(:amount, :integer)
field(:token, :address)
field(:token_address, :address)
field(:token_id, :integer)
end

Expand Down

0 comments on commit c48aedd

Please sign in to comment.