ScheduleAccountDeletionInput
No description
input ScheduleAccountDeletionInput {
userID: ID!
clientMutationId: String!
}
Fields
ScheduleAccountDeletionInput.userID
● ID!
non-null scalar
userID is the ID of the User being deleted.
ScheduleAccountDeletionInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
scheduleAccountDeletion
mutation