SwoogoEventSession
No description
type SwoogoEventSession {
capacity: String
created_at: DateTime!
description: String
end_time: String
event_id: ID!
id: ID!
location: String
name: String!
session_id: ID!
starts_at: DateTime
updated_at: DateTime!
webinar_url: String
}
Fields
SwoogoEventSession.capacity
● String
scalar
SwoogoEventSession.created_at
● DateTime!
non-null scalar
SwoogoEventSession.description
● String
scalar
SwoogoEventSession.end_time
● String
scalar
SwoogoEventSession.event_id
● ID!
non-null scalar
SwoogoEventSession.id
● ID!
non-null scalar
SwoogoEventSession.location
● String
scalar
SwoogoEventSession.name
● String!
non-null scalar
SwoogoEventSession.session_id
● ID!
non-null scalar
SwoogoEventSession.starts_at
● DateTime
scalar
SwoogoEventSession.updated_at
● DateTime!
non-null scalar
SwoogoEventSession.webinar_url
● String
scalar
Member Of
SwoogoEvent
object