updateSessionUser
No description
updateSessionUser(
sessionId: ID!
sessionUser: SessionUserUpdate!
userId: ID!
): SessionUser
Arguments
updateSessionUser.sessionId ● ID! non-null scalar
The session ID for the user update.
updateSessionUser.sessionUser ● SessionUserUpdate! non-null input
The session user update data.
updateSessionUser.userId ● ID! non-null scalar
The user ID to update.
Type
SessionUser object
SessionUser is the type we use to link users who are not the owner to the session