OBJECT
Marker
The Marker type
link GraphQL Schema definition
- type Marker implements Node, Timestamped {
- JSON! :
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set whenever an object is mutated.
- DateTime! :
- # When paired with the Node interface, this is an automatically managed
- #
- # timestamp that is set when an object is first created.
- DateTime! :
- String :
- Text! :
- DateTime :
- # A globally unique ID.
- ID! :
- String! :
- }