feat: delete user with replace target

This commit is contained in:
NGPixel
2020-05-30 16:34:09 -04:00
parent 006dae1221
commit 1f9e5b3fd0
15 changed files with 1703 additions and 749 deletions

View File

@@ -1,10 +0,0 @@
query ($query: String!) {
users {
search(query:$query) {
id
name
email
providerKey
}
}
}