fix: introduce AvailableAppsEnumType in createConnection
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
81d04e417d
commit
3260bf8215
@@ -1,7 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const CREATE_CONNECTION = gql`
|
||||
mutation CreateConnection($key: String!, $data: JSONObject!) {
|
||||
mutation CreateConnection($key: AvailableAppsEnumType!, $data: JSONObject!) {
|
||||
createConnection(key: $key, data: $data) {
|
||||
id
|
||||
key
|
||||
|
Reference in New Issue
Block a user