ActionCreateSpiroReminder
No description
type ActionCreateSpiroReminder {
id: ID!
reason: String!
description: String
days_until_reminder: Int!
set_lead_owner_as_reminder_user: Boolean!
fallback_reminder_user_id: ID!
created_at: DateTime!
created_by: Int!
updated_at: DateTime!
updated_by: Int!
}
Fields
ActionCreateSpiroReminder.id ● ID! non-null scalar
ActionCreateSpiroReminder.reason ● String! non-null scalar
ActionCreateSpiroReminder.description ● String scalar
ActionCreateSpiroReminder.days_until_reminder ● Int! non-null scalar
ActionCreateSpiroReminder.set_lead_owner_as_reminder_user ● Boolean! non-null scalar
ActionCreateSpiroReminder.fallback_reminder_user_id ● ID! non-null scalar
ActionCreateSpiroReminder.created_at ● DateTime! non-null scalar
ActionCreateSpiroReminder.created_by ● Int! non-null scalar
ActionCreateSpiroReminder.updated_at ● DateTime! non-null scalar
ActionCreateSpiroReminder.updated_by ● Int! non-null scalar
Member Of
Action object


