multiLineMetricGraphData
Fetch data for multi line metric graphs for a given user
Arguments
Returns
MultiLineMetricGraphDataType
Example
query multiLineMetricGraphData( $category: String $end_date: ISO8601Date $entry_type: String $food_graph_type: String $start_date: ISO8601Date $sub_category: String $user_id: String) { multiLineMetricGraphData( category: $category end_date: $end_date entry_type: $entry_type food_graph_type: $food_graph_type start_date: $start_date sub_category: $sub_category user_id: $user_id ) { category category_label has_entry metric_graph_datas }}