INPUT_OBJECT
UpdateExternalMarketingProviderMutationInput
The input object that defines the fields for the updateExternalMarketingProvider mutation.
link GraphQL Schema definition
- input UpdateExternalMarketingProviderMutationInput {
- # Whether or not this is enabled.
- : Boolean
- # The credentials to use to authenticate against the external marketing provider.
- : [ExternalMarketingProviderCredentialInput]
- }