Moves to the loader and work on the user query to add pagination and action type.

This commit is contained in:
gaba
2017-03-07 07:29:32 +01:00
parent 0fe456f574
commit d06a5d37f0
5 changed files with 31 additions and 22 deletions
@@ -1,15 +1,12 @@
query Users {
usersFlagged {
query Users ($n: ACTION_TYPE) {
users (query:{action_type: $n}){
id
username
status
roles
actions{
id
reason
user {
username
}
created_at
}
action_summaries {
count