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


