graphlit-client 1.0.20260307003 → 1.0.20260309002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2009,6 +2009,17 @@ export const GetContent = gql `
|
|
|
2009
2009
|
type
|
|
2010
2010
|
labels
|
|
2011
2011
|
}
|
|
2012
|
+
initiative {
|
|
2013
|
+
identifier
|
|
2014
|
+
title
|
|
2015
|
+
project
|
|
2016
|
+
team
|
|
2017
|
+
status
|
|
2018
|
+
priority
|
|
2019
|
+
type
|
|
2020
|
+
dueDate
|
|
2021
|
+
labels
|
|
2022
|
+
}
|
|
2012
2023
|
commit {
|
|
2013
2024
|
sha
|
|
2014
2025
|
message
|
|
@@ -2088,6 +2099,11 @@ export const GetContent = gql `
|
|
|
2088
2099
|
givenName
|
|
2089
2100
|
familyName
|
|
2090
2101
|
}
|
|
2102
|
+
reactions {
|
|
2103
|
+
emoji
|
|
2104
|
+
count
|
|
2105
|
+
isUnicode
|
|
2106
|
+
}
|
|
2091
2107
|
}
|
|
2092
2108
|
post {
|
|
2093
2109
|
identifier
|
|
@@ -2887,6 +2903,17 @@ export const LookupContents = gql `
|
|
|
2887
2903
|
type
|
|
2888
2904
|
labels
|
|
2889
2905
|
}
|
|
2906
|
+
initiative {
|
|
2907
|
+
identifier
|
|
2908
|
+
title
|
|
2909
|
+
project
|
|
2910
|
+
team
|
|
2911
|
+
status
|
|
2912
|
+
priority
|
|
2913
|
+
type
|
|
2914
|
+
dueDate
|
|
2915
|
+
labels
|
|
2916
|
+
}
|
|
2890
2917
|
commit {
|
|
2891
2918
|
sha
|
|
2892
2919
|
message
|
|
@@ -2966,6 +2993,11 @@ export const LookupContents = gql `
|
|
|
2966
2993
|
givenName
|
|
2967
2994
|
familyName
|
|
2968
2995
|
}
|
|
2996
|
+
reactions {
|
|
2997
|
+
emoji
|
|
2998
|
+
count
|
|
2999
|
+
isUnicode
|
|
3000
|
+
}
|
|
2969
3001
|
}
|
|
2970
3002
|
post {
|
|
2971
3003
|
identifier
|
|
@@ -3611,6 +3643,17 @@ export const QueryContents = gql `
|
|
|
3611
3643
|
type
|
|
3612
3644
|
labels
|
|
3613
3645
|
}
|
|
3646
|
+
initiative {
|
|
3647
|
+
identifier
|
|
3648
|
+
title
|
|
3649
|
+
project
|
|
3650
|
+
team
|
|
3651
|
+
status
|
|
3652
|
+
priority
|
|
3653
|
+
type
|
|
3654
|
+
dueDate
|
|
3655
|
+
labels
|
|
3656
|
+
}
|
|
3614
3657
|
commit {
|
|
3615
3658
|
sha
|
|
3616
3659
|
message
|
|
@@ -3690,6 +3733,11 @@ export const QueryContents = gql `
|
|
|
3690
3733
|
givenName
|
|
3691
3734
|
familyName
|
|
3692
3735
|
}
|
|
3736
|
+
reactions {
|
|
3737
|
+
emoji
|
|
3738
|
+
count
|
|
3739
|
+
isUnicode
|
|
3740
|
+
}
|
|
3693
3741
|
}
|
|
3694
3742
|
post {
|
|
3695
3743
|
identifier
|
|
@@ -4043,6 +4091,17 @@ export const QueryContentsObservations = gql `
|
|
|
4043
4091
|
type
|
|
4044
4092
|
labels
|
|
4045
4093
|
}
|
|
4094
|
+
initiative {
|
|
4095
|
+
identifier
|
|
4096
|
+
title
|
|
4097
|
+
project
|
|
4098
|
+
team
|
|
4099
|
+
status
|
|
4100
|
+
priority
|
|
4101
|
+
type
|
|
4102
|
+
dueDate
|
|
4103
|
+
labels
|
|
4104
|
+
}
|
|
4046
4105
|
commit {
|
|
4047
4106
|
sha
|
|
4048
4107
|
message
|
|
@@ -4122,6 +4181,11 @@ export const QueryContentsObservations = gql `
|
|
|
4122
4181
|
givenName
|
|
4123
4182
|
familyName
|
|
4124
4183
|
}
|
|
4184
|
+
reactions {
|
|
4185
|
+
emoji
|
|
4186
|
+
count
|
|
4187
|
+
isUnicode
|
|
4188
|
+
}
|
|
4125
4189
|
}
|
|
4126
4190
|
post {
|
|
4127
4191
|
identifier
|
|
@@ -9340,6 +9404,55 @@ export const GetFeed = gql `
|
|
|
9340
9404
|
apiToken
|
|
9341
9405
|
boardId
|
|
9342
9406
|
}
|
|
9407
|
+
productlane {
|
|
9408
|
+
apiKey
|
|
9409
|
+
workspaceId
|
|
9410
|
+
}
|
|
9411
|
+
beforeDate
|
|
9412
|
+
afterDate
|
|
9413
|
+
readLimit
|
|
9414
|
+
}
|
|
9415
|
+
initiative {
|
|
9416
|
+
type
|
|
9417
|
+
jira {
|
|
9418
|
+
authenticationType
|
|
9419
|
+
uri
|
|
9420
|
+
project
|
|
9421
|
+
email
|
|
9422
|
+
token
|
|
9423
|
+
offset
|
|
9424
|
+
clientId
|
|
9425
|
+
clientSecret
|
|
9426
|
+
refreshToken
|
|
9427
|
+
connector {
|
|
9428
|
+
id
|
|
9429
|
+
}
|
|
9430
|
+
cloudId
|
|
9431
|
+
}
|
|
9432
|
+
github {
|
|
9433
|
+
authenticationType
|
|
9434
|
+
uri
|
|
9435
|
+
repositoryOwner
|
|
9436
|
+
repositoryName
|
|
9437
|
+
personalAccessToken
|
|
9438
|
+
clientId
|
|
9439
|
+
clientSecret
|
|
9440
|
+
refreshToken
|
|
9441
|
+
connector {
|
|
9442
|
+
id
|
|
9443
|
+
}
|
|
9444
|
+
authorizationId
|
|
9445
|
+
}
|
|
9446
|
+
linear {
|
|
9447
|
+
authenticationType
|
|
9448
|
+
key
|
|
9449
|
+
clientId
|
|
9450
|
+
clientSecret
|
|
9451
|
+
refreshToken
|
|
9452
|
+
connector {
|
|
9453
|
+
id
|
|
9454
|
+
}
|
|
9455
|
+
}
|
|
9343
9456
|
beforeDate
|
|
9344
9457
|
afterDate
|
|
9345
9458
|
readLimit
|
|
@@ -9439,6 +9552,10 @@ export const GetFeed = gql `
|
|
|
9439
9552
|
}
|
|
9440
9553
|
type
|
|
9441
9554
|
}
|
|
9555
|
+
productlane {
|
|
9556
|
+
apiKey
|
|
9557
|
+
type
|
|
9558
|
+
}
|
|
9442
9559
|
readLimit
|
|
9443
9560
|
}
|
|
9444
9561
|
hris {
|
|
@@ -9749,6 +9866,12 @@ export const GetFeed = gql `
|
|
|
9749
9866
|
includeNotes
|
|
9750
9867
|
includeAttachments
|
|
9751
9868
|
}
|
|
9869
|
+
productlane {
|
|
9870
|
+
readLimit
|
|
9871
|
+
type
|
|
9872
|
+
apiKey
|
|
9873
|
+
workspaceId
|
|
9874
|
+
}
|
|
9752
9875
|
research {
|
|
9753
9876
|
readLimit
|
|
9754
9877
|
type
|
|
@@ -10277,6 +10400,55 @@ export const QueryFeeds = gql `
|
|
|
10277
10400
|
apiToken
|
|
10278
10401
|
boardId
|
|
10279
10402
|
}
|
|
10403
|
+
productlane {
|
|
10404
|
+
apiKey
|
|
10405
|
+
workspaceId
|
|
10406
|
+
}
|
|
10407
|
+
beforeDate
|
|
10408
|
+
afterDate
|
|
10409
|
+
readLimit
|
|
10410
|
+
}
|
|
10411
|
+
initiative {
|
|
10412
|
+
type
|
|
10413
|
+
jira {
|
|
10414
|
+
authenticationType
|
|
10415
|
+
uri
|
|
10416
|
+
project
|
|
10417
|
+
email
|
|
10418
|
+
token
|
|
10419
|
+
offset
|
|
10420
|
+
clientId
|
|
10421
|
+
clientSecret
|
|
10422
|
+
refreshToken
|
|
10423
|
+
connector {
|
|
10424
|
+
id
|
|
10425
|
+
}
|
|
10426
|
+
cloudId
|
|
10427
|
+
}
|
|
10428
|
+
github {
|
|
10429
|
+
authenticationType
|
|
10430
|
+
uri
|
|
10431
|
+
repositoryOwner
|
|
10432
|
+
repositoryName
|
|
10433
|
+
personalAccessToken
|
|
10434
|
+
clientId
|
|
10435
|
+
clientSecret
|
|
10436
|
+
refreshToken
|
|
10437
|
+
connector {
|
|
10438
|
+
id
|
|
10439
|
+
}
|
|
10440
|
+
authorizationId
|
|
10441
|
+
}
|
|
10442
|
+
linear {
|
|
10443
|
+
authenticationType
|
|
10444
|
+
key
|
|
10445
|
+
clientId
|
|
10446
|
+
clientSecret
|
|
10447
|
+
refreshToken
|
|
10448
|
+
connector {
|
|
10449
|
+
id
|
|
10450
|
+
}
|
|
10451
|
+
}
|
|
10280
10452
|
beforeDate
|
|
10281
10453
|
afterDate
|
|
10282
10454
|
readLimit
|
|
@@ -10376,6 +10548,10 @@ export const QueryFeeds = gql `
|
|
|
10376
10548
|
}
|
|
10377
10549
|
type
|
|
10378
10550
|
}
|
|
10551
|
+
productlane {
|
|
10552
|
+
apiKey
|
|
10553
|
+
type
|
|
10554
|
+
}
|
|
10379
10555
|
readLimit
|
|
10380
10556
|
}
|
|
10381
10557
|
hris {
|
|
@@ -10686,6 +10862,12 @@ export const QueryFeeds = gql `
|
|
|
10686
10862
|
includeNotes
|
|
10687
10863
|
includeAttachments
|
|
10688
10864
|
}
|
|
10865
|
+
productlane {
|
|
10866
|
+
readLimit
|
|
10867
|
+
type
|
|
10868
|
+
apiKey
|
|
10869
|
+
workspaceId
|
|
10870
|
+
}
|
|
10689
10871
|
research {
|
|
10690
10872
|
readLimit
|
|
10691
10873
|
type
|