Location
No description
type Location {
id: ID!
name: String!
room: String
address1: String!
address2: String
city: String!
state: String
zipCode: String
country: String
timeZone: String
}
Fields
Location.id
● ID!
non-null scalar
Location.name
● String!
non-null scalar
Location.room
● String
scalar
Location.address1
● String!
non-null scalar
Location.address2
● String
scalar
Location.city
● String!
non-null scalar
Location.state
● String
scalar
Location.zipCode
● String
scalar
Location.country
● String
scalar
Location.timeZone
● String
scalar
Returned by
CreateLocation
mutation
Member of
Content
object ● Course
object ● LocationsList
object ● Meeting
object