import { javaPost } from './apiClient';

export async function getGraphData() {
  return javaPost('personControl/getGraphPersonSubjectWord', {});
}
