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