Skip to main content

Location

type Location {
id: ID
name: String
type: String
dimension: String
residents: [Character]!
created: String
}

Fields

Location.id ● ID scalar

The id of the location.

Location.name ● String scalar

The name of the location.

Location.type ● String scalar

The type of the location.

Location.dimension ● String scalar

The dimension in which the location is located.

Location.residents ● [Character]! non-null object

List of characters who have been last seen in the location.

Location.created ● String scalar

Time at which the location was created in the database.

Returned By

location query ● locationsByIds query

Member Of

Character object ● Locations object