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