OBJECT
CreateMarkerPayload
link GraphQL Schema definition
- type CreateMarkerPayload {
- # The mutated Marker.
- : Marker
- # An edge containing the mutated Marker. Use this to update your client side
- # cache.
- : MarkerEdge
- # A view port into your application.
- : Viewer
- # An opaque string used by frontend frameworks like relay to track requests and
- # responses.
- : String
- }