FormResponseChange
No description
type FormResponseChange {
compacted: Boolean!
created_at: Date!
field_identifier: String!
new_value: Json
notified_at: Date
previous_value: Json
updated_at: Date!
user_con_profile: UserConProfile!
}
Fields
FormResponseChange.compacted
● Boolean!
non-null scalar
FormResponseChange.created_at
● Date!
non-null scalar
FormResponseChange.field_identifier
● String!
non-null scalar
FormResponseChange.new_value
● Json
scalar
FormResponseChange.notified_at
● Date
scalar
FormResponseChange.previous_value
● Json
scalar
FormResponseChange.updated_at
● Date!
non-null scalar
FormResponseChange.user_con_profile
● UserConProfile!
non-null object
Member Of
Event
object ● EventProposal
object