Skip to content

Commit fa1f80e

Browse files
committed
Updated to latest API release.
1 parent 445d41e commit fa1f80e

16 files changed

+761
-30
lines changed

documents/content/GetContent.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,11 @@ query GetContent($id: ID!, $correlationId: String) {
315315
givenName
316316
familyName
317317
}
318+
reactions {
319+
emoji
320+
count
321+
isUnicode
322+
}
318323
}
319324
post {
320325
identifier

documents/content/LookupContents.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,11 @@ query LookupContents($ids: [ID!]!, $correlationId: String) {
316316
givenName
317317
familyName
318318
}
319+
reactions {
320+
emoji
321+
count
322+
isUnicode
323+
}
319324
}
320325
post {
321326
identifier

documents/content/QueryContents.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ query QueryContents($filter: ContentFilter, $correlationId: String) {
284284
givenName
285285
familyName
286286
}
287+
reactions {
288+
emoji
289+
count
290+
isUnicode
291+
}
287292
}
288293
post {
289294
identifier

documents/content/QueryContentsObservations.graphql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ query QueryContentsObservations($filter: ContentFilter, $correlationId: String)
284284
givenName
285285
familyName
286286
}
287+
reactions {
288+
emoji
289+
count
290+
isUnicode
291+
}
287292
}
288293
post {
289294
identifier

documents/feed/GetFeed.graphql

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,55 @@ query GetFeed($id: ID!, $correlationId: String) {
267267
apiToken
268268
boardId
269269
}
270+
productlane {
271+
apiKey
272+
workspaceId
273+
}
274+
beforeDate
275+
afterDate
276+
readLimit
277+
}
278+
initiative {
279+
type
280+
jira {
281+
authenticationType
282+
uri
283+
project
284+
email
285+
token
286+
offset
287+
clientId
288+
clientSecret
289+
refreshToken
290+
connector {
291+
id
292+
}
293+
cloudId
294+
}
295+
github {
296+
authenticationType
297+
uri
298+
repositoryOwner
299+
repositoryName
300+
personalAccessToken
301+
clientId
302+
clientSecret
303+
refreshToken
304+
connector {
305+
id
306+
}
307+
authorizationId
308+
}
309+
linear {
310+
authenticationType
311+
key
312+
clientId
313+
clientSecret
314+
refreshToken
315+
connector {
316+
id
317+
}
318+
}
270319
beforeDate
271320
afterDate
272321
readLimit
@@ -366,6 +415,10 @@ query GetFeed($id: ID!, $correlationId: String) {
366415
}
367416
type
368417
}
418+
productlane {
419+
apiKey
420+
type
421+
}
369422
readLimit
370423
}
371424
hris {
@@ -676,6 +729,12 @@ query GetFeed($id: ID!, $correlationId: String) {
676729
includeNotes
677730
includeAttachments
678731
}
732+
productlane {
733+
type
734+
readLimit
735+
apiKey
736+
workspaceId
737+
}
679738
research {
680739
readLimit
681740
type

documents/feed/QueryFeeds.graphql

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,55 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
269269
apiToken
270270
boardId
271271
}
272+
productlane {
273+
apiKey
274+
workspaceId
275+
}
276+
beforeDate
277+
afterDate
278+
readLimit
279+
}
280+
initiative {
281+
type
282+
jira {
283+
authenticationType
284+
uri
285+
project
286+
email
287+
token
288+
offset
289+
clientId
290+
clientSecret
291+
refreshToken
292+
connector {
293+
id
294+
}
295+
cloudId
296+
}
297+
github {
298+
authenticationType
299+
uri
300+
repositoryOwner
301+
repositoryName
302+
personalAccessToken
303+
clientId
304+
clientSecret
305+
refreshToken
306+
connector {
307+
id
308+
}
309+
authorizationId
310+
}
311+
linear {
312+
authenticationType
313+
key
314+
clientId
315+
clientSecret
316+
refreshToken
317+
connector {
318+
id
319+
}
320+
}
272321
beforeDate
273322
afterDate
274323
readLimit
@@ -368,6 +417,10 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
368417
}
369418
type
370419
}
420+
productlane {
421+
apiKey
422+
type
423+
}
371424
readLimit
372425
}
373426
hris {
@@ -678,6 +731,12 @@ query QueryFeeds($filter: FeedFilter, $correlationId: String) {
678731
includeNotes
679732
includeAttachments
680733
}
734+
productlane {
735+
type
736+
readLimit
737+
apiKey
738+
workspaceId
739+
}
681740
research {
682741
readLimit
683742
type

0 commit comments

Comments
 (0)