pulled data download into seperate plugin

This commit is contained in:
Wyatt Johnson
2018-04-09 15:52:40 -06:00
parent bb7f1a57f0
commit 5941bfac7c
25 changed files with 17 additions and 701 deletions
-14
View File
@@ -238,10 +238,6 @@ type User {
# returns user status
state: UserState
# lastAccountDownload is the date that the user last requested a comment
# download.
lastAccountDownload: Date
}
# UserConnection represents a paginable subset of a user list.
@@ -1439,12 +1435,6 @@ type DelUserResponse implements Response {
errors: [UserError!]
}
type RequestDownloadLinkResponse implements Response {
# An array of errors relating to the mutation that occurred.
errors: [UserError!]
}
# All mutations for the application are defined on this object.
type RootMutation {
@@ -1545,10 +1535,6 @@ type RootMutation {
# delUser will delete the user with the specified id.
delUser(id: ID!): DelUserResponse
# requestDownloadLink will request a download link be sent to the primary
# users email address.
requestDownloadLink: RequestDownloadLinkResponse
}
type UsernameChangedPayload {