mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
change arg type
This commit is contained in:
parent
74ffb8df58
commit
127628c251
@ -1,7 +1,7 @@
|
||||
import { gql } from 'graphql-request'
|
||||
|
||||
export const openConnection = gql`
|
||||
mutation ($args: OpenConnectionArgs!) {
|
||||
mutation ($args: EncryptedTransferArgs!) {
|
||||
openConnection(data: $args)
|
||||
}
|
||||
`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user