Skip to content

Meta Action Types

Meta Action Types are used to modify other, more specific Action Types. While they can be used anywhere, the original (intended) action type is preserved and is required to match.

For example, if you have a field which requires an Entity Action Type and you instead provide an And meta action, all actions included within the actions array must either be another Meta Action Type, or the intended Entity Action Type.

Astral