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