1 2 3 4 5 6
query SearchUsageHistoryById($id: String!) { search_usage_history_by_id(args: { match: $id }) { id createdAt } }