SessionInput
No description
input SessionInput {
mentionedUsers: [PendingUserInput!]
name: String
note: String
state: SessionStateEnum
}
Fields
SessionInput.mentionedUsers ● [PendingUserInput!] list input
SessionInput.name ● String scalar
SessionInput.note ● String scalar
SessionInput.state ● SessionStateEnum enum
Example
{
"mentionedUsers": [
{}
]
}
Member Of
createSession mutation ● updateSession mutation