chats
Returns all chats that user has access
chats(
scopeId: Int!
projectId: Int
vulnerabilityId: Int
chatId: Int
issueId: Int
after: String
before: String
first: Int
last: Int
): ChatConnection
Arguments
chats.scopeId
● Int!
non-null scalar
chats.projectId
● Int
scalar
chats.vulnerabilityId
● Int
scalar
chats.chatId
● Int
scalar
chats.issueId
● Int
scalar
chats.after
● String
scalar
Returns the elements in the list that come after the specified cursor.
chats.before
● String
scalar
Returns the elements in the list that come before the specified cursor.
chats.first
● Int
scalar
Returns the first n elements from the list.
chats.last
● Int
scalar
Returns the last n elements from the list.
Type
ChatConnection
object
The connection type for Chat.