Skip to main content

Reaction

No description

type Reaction {
actions: JSON!
created_at: DateTimeISO!
description: String
enabled: Boolean!
id: ID!
name: String!
trigger_attribute: String!
trigger_from: JSON
trigger_to: JSON
updated_at: DateTimeISO!
}

Fields

Reaction.actions ● JSON! non-null scalar

Reaction.created_at ● DateTimeISO! non-null scalar

Reaction.description ● String scalar

Reaction.enabled ● Boolean! non-null scalar

Reaction.id ● ID! non-null scalar

Reaction.name ● String! non-null scalar

Reaction.trigger_attribute ● String! non-null scalar

Reaction.trigger_from ● JSON scalar

Reaction.trigger_to ● JSON scalar

Reaction.updated_at ● DateTimeISO! non-null scalar

Returned By

createReaction mutation ● reaction query ● updateReaction mutation

Member Of

ReactionConnection object