feat: Create testConnection graphQL query

This commit is contained in:
Faruk AYDIN
2021-10-18 18:05:04 +02:00
committed by Ali BARIN
parent f39b2c8011
commit 650416ce6b
5 changed files with 39 additions and 9 deletions

View File

@@ -5,10 +5,6 @@ export const CREATE_CONNECTION = gql`
createConnection(key: $key, data: $data) {
key
id
data {
consumerKey
consumerSecret
}
}
}
`;

View File

@@ -6,10 +6,6 @@ export const UPDATE_CONNECTION = gql`
id
key
verified
data {
consumerKey
consumerSecret
}
}
}
`;