ActionCheckInForEvent
No description
type ActionCheckInForEvent {
id: ID!
event_id: ID
event_type: String!
no_registrant_option: NoRegistrantOption!
created_at: DateTime
created_by: User
updated_at: DateTime
updated_by: User
}
Fields
ActionCheckInForEvent.id ● ID! non-null scalar
ActionCheckInForEvent.event_id ● ID scalar
ActionCheckInForEvent.event_type ● String! non-null scalar
ActionCheckInForEvent.no_registrant_option ● NoRegistrantOption! non-null enum
ActionCheckInForEvent.created_at ● DateTime scalar
ActionCheckInForEvent.created_by ● User object
ActionCheckInForEvent.updated_at ● DateTime scalar
ActionCheckInForEvent.updated_by ● User object
Member Of
Action object


