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


