chore: Rename credentials as connections

This commit is contained in:
Faruk AYDIN
2021-10-17 13:26:58 +02:00
committed by Ali BARIN
parent 3a44cf5f86
commit 8fa0178e08
10 changed files with 68 additions and 59 deletions

View File

@@ -47,7 +47,7 @@
{
"step": 1,
"type": "mutation",
"name": "createCredential",
"name": "createConnection",
"fields": [
{
"name": "key",
@@ -76,7 +76,7 @@
"fields": [
{
"name": "id",
"value": "{createCredential.id}"
"value": "{createConnection.id}"
}
]
},
@@ -94,11 +94,11 @@
{
"step": 4,
"type": "mutation",
"name": "updateCredential",
"name": "updateConnection",
"fields": [
{
"name": "id",
"value": "{createCredential.id}"
"value": "{createConnection.id}"
},
{
"name": "data",