ActionRegisterForGoToWebinar
No description
type ActionRegisterForGoToWebinar {
id: ID!
action: Action!
webinar: GoToWebinar!
created_at: DateTime
created_by: User
updated_at: DateTime
updated_by: User
}
Fields
ActionRegisterForGoToWebinar.id ● ID! non-null scalar
ActionRegisterForGoToWebinar.action ● Action! non-null object
ActionRegisterForGoToWebinar.webinar ● GoToWebinar! non-null object
ActionRegisterForGoToWebinar.created_at ● DateTime scalar
ActionRegisterForGoToWebinar.created_by ● User object
ActionRegisterForGoToWebinar.updated_at ● DateTime scalar
ActionRegisterForGoToWebinar.updated_by ● User object
Member Of
Action object


