OBJECT

Location

Represents a location.

link GraphQL Schema definition

1type Location {
2
3# Id.
4id: ID
5
6# Name of the location.
7name: String
8
9}