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