CreateMagentoIntegrationInput
No description
input CreateMagentoIntegrationInput {
email_id: Int!
email_list_id: Int
enabled: Boolean!
store_id: Int!
}
Fields
CreateMagentoIntegrationInput.email_id
● Int!
non-null scalar
CreateMagentoIntegrationInput.email_list_id
● Int
scalar
CreateMagentoIntegrationInput.enabled
● Boolean!
non-null scalar
CreateMagentoIntegrationInput.store_id
● Int!
non-null scalar
Member Of
createMagentoIntegration
mutation