query (
$includedType: B2cConnectionType
$excludedType: B2cConnectionType
$limit: Int
) {
pendingC2bConnectionRequests (
includedType: $includedType
excludedType: $excludedType
limit: $limit
) {
id
status
type
insertedAt
respondedAt
updatedAt
user {
id
}
invitedCompany {
id
}
respondedByUser {
id
}
}
}