INPUT_OBJECT

KlaviyoSettingsCreateOrUpdateMutationInput

Autogenerated input type of KlaviyoSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input KlaviyoSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Klaviyo public API key.
  • publicApiKey: String!
  • # Klaviyo private API key.
  • privateApiKey: String!
  • }