From f669a50f4befd0b57ac9b9d9a673c77caf8e8fcb Mon Sep 17 00:00:00 2001 From: Zouheir Layine Date: Tue, 5 Nov 2024 10:08:58 +0100 Subject: [PATCH] fix infuse token mutation --- resources/js/graphql/mutation/token/InfuseToken.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/graphql/mutation/token/InfuseToken.ts b/resources/js/graphql/mutation/token/InfuseToken.ts index 3f59dc3..da7ce57 100644 --- a/resources/js/graphql/mutation/token/InfuseToken.ts +++ b/resources/js/graphql/mutation/token/InfuseToken.ts @@ -1,5 +1,5 @@ export default `mutation InfuseToken($collectionId: BigInt!, $tokenId: EncodableTokenIdInput!, $amount: BigInt!, $signingAccount: String, $idempotencyKey: String, $skipValidation: Boolean! = false) { - InfuseToken( + Infuse( collectionId: $collectionId tokenId: $tokenId amount: $amount