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