OBJECT

GuardrailsAccountCreationStep

link GraphQL Schema definition

  • type GuardrailsAccountCreationStep {
  • # Comment about the step and failure recovery recommendation.
  • comment: String
  • # Error message summarizing the exact error occurred while executing the state.
  • errorMessage: String
  • # Name of the account creation step. The step can be backed by idem state or an
  • # action.
  • name: String
  • # Name of the next step in account creation step. The step can be backed by idem
  • # state or an action.
  • nextStep: String
  • # Precedence of the step in overall account creation flow.
  • precedence: Int
  • # Status of the individual account creation step.
  • status: String
  • # Unique identifier for the step.
  • stepIdentifier: String
  • }