OBJECT

Marker

The Marker type

link GraphQL Schema definition

  • type Marker implements Node, Timestamped {
  • location: JSON!
  • # When paired with the Node interface, this is an automatically managed
  • #
  • # timestamp that is set whenever an object is mutated.
  • modifiedAt: DateTime!
  • # When paired with the Node interface, this is an automatically managed
  • #
  • # timestamp that is set when an object is first created.
  • createdAt: DateTime!
  • link: String
  • popup: Text!
  • date: DateTime
  • # A globally unique ID.
  • id: ID!
  • name: String!
  • }