query Users ($action_type: ACTION_TYPE) { users (query:{action_type: $action_type}){ id username status roles actions{ id created_at ... on FlagAction { reason message user { id username } } } action_summaries { count ... on FlagActionSummary { reason } } } }