ENUM

DropActionType

A list of all supported Action types. //To be deprecated.

link GraphQL Schema definition

1enum DropActionType {
2
3# Returned in case the action type cannot be identified.
4UNKNOWN_ACTION_TYPE@deprecated( reason: "No longer supported" )
5
6# Returned in case the action starts a user claim flow.
7USER_CLAIM_FLOW@deprecated( reason: "No longer supported" )
8}