UserResponsePayload
The requested user or a related error.
type UserResponsePayload {
data: User
error: String
}
Fields
UserResponsePayload.data ● User object
UserResponsePayload.error ● String scalar
Returned By
deleteUserMetadata mutation ● updateUserMetadata mutation