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


