ActionSetLeadStage
No description
type ActionSetLeadStage {
id: ID!
lead_stage_id: ID!
created_at: DateTime!
created_by: User
updated_at: DateTime!
updated_by: User
}
Fields
ActionSetLeadStage.id
● ID!
non-null scalar
ActionSetLeadStage.lead_stage_id
● ID!
non-null scalar
ActionSetLeadStage.created_at
● DateTime!
non-null scalar
ActionSetLeadStage.created_by
● User
object
ActionSetLeadStage.updated_at
● DateTime!
non-null scalar
ActionSetLeadStage.updated_by
● User
object
Member Of
Action
object