OBJECT
DeleteMarkerPayload
link GraphQL Schema definition
- type DeleteMarkerPayload {
- # 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 :
- }