RemoveUserWarningPayload
No description
type RemoveUserWarningPayload {
clientMutationId: String!
user: User!
}
Fields
RemoveUserWarningPayload.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
RemoveUserWarningPayload.user
● User!
non-null object
user is the possibly modified User.
Returned By
removeUserWarning
mutation