Values.GetGraphSummaryInputSourceGets a graph summary for a property graph.
type nonrec t = {graphIdentifier : GraphIdentifier.t;The unique identifier of the Neptune Analytics graph.
*)mode : GraphSummaryMode.t option;The summary mode can take one of two values: basic (the default), and detailed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of GraphIdentifier.t ]) list ]