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