GoToWebinar
No description
type GoToWebinar {
id: ID!
subject: String!
description: String!
start_time: String!
end_time: String!
time_zone: String
}
Fields
GoToWebinar.id ● ID! non-null scalar
GoToWebinar.subject ● String! non-null scalar
GoToWebinar.description ● String! non-null scalar
GoToWebinar.start_time ● String! non-null scalar
GoToWebinar.end_time ● String! non-null scalar
GoToWebinar.time_zone ● String scalar
Member Of
ActionRegisterForGoToWebinar object ● GoToWebinarsResponse object


