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