ChangeStoreAuthMode
No description
input ChangeStoreAuthMode {
storeId: ID!
authMode: AuthMode
verificationMethods: [VerificationMethod!]
defaultPhoneMethod: DefaultPhoneMethod
}
No description
input ChangeStoreAuthMode {
storeId: ID!
authMode: AuthMode
verificationMethods: [VerificationMethod!]
defaultPhoneMethod: DefaultPhoneMethod
}
ChangeStoreAuthMode.storeId ● ID! non-null scalarChangeStoreAuthMode.authMode ● AuthMode enumChangeStoreAuthMode.verificationMethods ● [VerificationMethod!] list enumChangeStoreAuthMode.defaultPhoneMethod ● DefaultPhoneMethod enum