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


