RemoveUserWarningInput
No description
input RemoveUserWarningInput {
userID: ID!
clientMutationId: String!
}
Fields
RemoveUserWarningInput.userID ● ID! non-null scalar
userID is the ID of the User that should be warned.
RemoveUserWarningInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
removeUserWarning mutation