AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Mutations
  5. createAspect

createAspect: Aspect!

This mutation is used to create a new aspect for a workflow. Return information can include new aspect details and workflow information. **Returns:** Returns the newly created aspect data.

workflowId: UUID!

The workflow that the aspect will be associated to.

aspectInput: AspectInput!

The name and description of the new aspect that is being created.