change arg type

This commit is contained in:
clauspeterhuebner 2025-07-04 19:17:39 +02:00
parent 74ffb8df58
commit 127628c251

View File

@ -1,7 +1,7 @@
import { gql } from 'graphql-request'
export const openConnection = gql`
mutation ($args: OpenConnectionArgs!) {
mutation ($args: EncryptedTransferArgs!) {
openConnection(data: $args)
}
`