chore(add-authentication-steps): remove unnecessary id arguments

This commit is contained in:
Ali BARIN
2024-09-24 10:26:05 +00:00
parent 37c78e6bbd
commit 5e20ac07d1

View File

@@ -70,10 +70,6 @@ const authenticationStepsWithAuthUrl = [
type: 'mutation',
name: 'updateConnection',
arguments: [
{
name: 'id',
value: '{createConnection.id}',
},
{
name: 'formattedData',
value: '{openAuthPopup.all}',
@@ -110,12 +106,7 @@ const sharedAuthenticationStepsWithAuthUrl = [
{
type: 'mutation',
name: 'generateAuthUrl',
arguments: [
{
name: 'id',
value: '{createConnection.id}',
},
],
arguments: [],
},
{
type: 'openWithPopup',
@@ -131,10 +122,6 @@ const sharedAuthenticationStepsWithAuthUrl = [
type: 'mutation',
name: 'updateConnection',
arguments: [
{
name: 'id',
value: '{createConnection.id}',
},
{
name: 'formattedData',
value: '{openAuthPopup.all}',