chore(add-authentication-steps): remove unnecessary id arguments
This commit is contained in:
@@ -70,10 +70,6 @@ const authenticationStepsWithAuthUrl = [
|
|||||||
type: 'mutation',
|
type: 'mutation',
|
||||||
name: 'updateConnection',
|
name: 'updateConnection',
|
||||||
arguments: [
|
arguments: [
|
||||||
{
|
|
||||||
name: 'id',
|
|
||||||
value: '{createConnection.id}',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'formattedData',
|
name: 'formattedData',
|
||||||
value: '{openAuthPopup.all}',
|
value: '{openAuthPopup.all}',
|
||||||
@@ -110,12 +106,7 @@ const sharedAuthenticationStepsWithAuthUrl = [
|
|||||||
{
|
{
|
||||||
type: 'mutation',
|
type: 'mutation',
|
||||||
name: 'generateAuthUrl',
|
name: 'generateAuthUrl',
|
||||||
arguments: [
|
arguments: [],
|
||||||
{
|
|
||||||
name: 'id',
|
|
||||||
value: '{createConnection.id}',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'openWithPopup',
|
type: 'openWithPopup',
|
||||||
@@ -131,10 +122,6 @@ const sharedAuthenticationStepsWithAuthUrl = [
|
|||||||
type: 'mutation',
|
type: 'mutation',
|
||||||
name: 'updateConnection',
|
name: 'updateConnection',
|
||||||
arguments: [
|
arguments: [
|
||||||
{
|
|
||||||
name: 'id',
|
|
||||||
value: '{createConnection.id}',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: 'formattedData',
|
name: 'formattedData',
|
||||||
value: '{openAuthPopup.all}',
|
value: '{openAuthPopup.all}',
|
||||||
|
Reference in New Issue
Block a user