OBJECT

AddAutomationStepPayload

Autogenerated return type of AddAutomationStep

link GraphQL Schema definition

  • type AddAutomationStepPayload {
  • # The newly created automation step
  • automationStep: AutomationV2Step
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # Errors encountered during the mutation
  • errors: [String!]
  • }

link Require by