Values.ResetGraphInputSourceEmpties the data from a specified Neptune Analytics graph.
type nonrec t = {graphIdentifier : GraphIdentifier.t;ID of the graph to reset.
*)skipSnapshot : Boolean.t;Determines whether a final graph snapshot is created before the graph data is deleted. If set to true, no graph snapshot is created. If set to false, a graph snapshot is created before the data is deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of GraphIdentifier.t ])
list ]