feat: Create testConnection graphQL query
This commit is contained in:
@@ -5,10 +5,6 @@ export const CREATE_CONNECTION = gql`
|
||||
createConnection(key: $key, data: $data) {
|
||||
key
|
||||
id
|
||||
data {
|
||||
consumerKey
|
||||
consumerSecret
|
||||
}
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
Reference in New Issue
Block a user