Queries
threadsByExternalId
Fetch all threads that share the given external ID, returned as a paginated connection. Unlike threadByExternalId, this is not scoped to a customer: because externalId is only unique per-customer, the same external ID can appear on threads belonging to different customers, and this query returns all of them. Returns an empty connection if there are no matches. Requires the thread:read permission.
QUERY
threadsByExternalId(externalId: ID!, first: Int, after: String, last: Int, before: String): ThreadsByExternalIdConnection!Arguments
externalId
ID!
required
first
Int
after
String
last
Int
before
String
Returns
pageInfo
edges
[ThreadEdge!]!
Query
Variables
Response
Query
Variables
Response

