ActionSet
No description
type ActionSet {
id: ID!
name: String!
description: String
folder_id: ID
path: [PathPart!]
archived: Boolean!
actions: [Action!]
conditional_actions: [ConditionalAction!]
created_at: DateTime!
created_by: User
updated_at: DateTime!
updated_by: User
deleted_at: DateTime
}
Fields
ActionSet.id ● ID! non-null scalar
ActionSet.name ● String! non-null scalar
ActionSet.description ● String scalar
ActionSet.folder_id ● ID scalar
ActionSet.path ● [PathPart!] list object
ActionSet.archived ● Boolean! non-null scalar
ActionSet.actions ● [Action!] list object
ActionSet.conditional_actions ● [ConditionalAction!] list object
ActionSet.created_at ● DateTime! non-null scalar
ActionSet.created_by ● User object
ActionSet.updated_at ● DateTime! non-null scalar
ActionSet.updated_by ● User object
ActionSet.deleted_at ● DateTime scalar
Returned By
actionSet query ● cloneActionSet mutation ● createActionSet mutation ● createActionSetFromWorkflowNode mutation ● deleteActionSet mutation ● globalActionSets query ● updateActionSet mutation
Member Of
ActionSetPaginator object ● BlastRadius object ● ContactImport object ● CustomEvent object ● Form object ● ThirdPartyForm object
Implemented By
Sourceable union


