@task-shepherd/agent 1.0.45 → 1.0.49

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.
@@ -1699,6 +1699,30 @@
1699
1699
  "isDeprecated": false,
1700
1700
  "deprecationReason": null
1701
1701
  },
1702
+ {
1703
+ "name": "blockingStoryIds",
1704
+ "description": "IDs of stories blocking this work item",
1705
+ "args": [],
1706
+ "type": {
1707
+ "kind": "NON_NULL",
1708
+ "name": null,
1709
+ "ofType": {
1710
+ "kind": "LIST",
1711
+ "name": null,
1712
+ "ofType": {
1713
+ "kind": "NON_NULL",
1714
+ "name": null,
1715
+ "ofType": {
1716
+ "kind": "SCALAR",
1717
+ "name": "String",
1718
+ "ofType": null
1719
+ }
1720
+ }
1721
+ }
1722
+ },
1723
+ "isDeprecated": false,
1724
+ "deprecationReason": null
1725
+ },
1702
1726
  {
1703
1727
  "name": "canRetry",
1704
1728
  "description": null,
@@ -1875,6 +1899,22 @@
1875
1899
  "isDeprecated": false,
1876
1900
  "deprecationReason": null
1877
1901
  },
1902
+ {
1903
+ "name": "isBlockedByDependencies",
1904
+ "description": "Whether this work item is blocked by incomplete dependencies",
1905
+ "args": [],
1906
+ "type": {
1907
+ "kind": "NON_NULL",
1908
+ "name": null,
1909
+ "ofType": {
1910
+ "kind": "SCALAR",
1911
+ "name": "Boolean",
1912
+ "ofType": null
1913
+ }
1914
+ },
1915
+ "isDeprecated": false,
1916
+ "deprecationReason": null
1917
+ },
1878
1918
  {
1879
1919
  "name": "isClaimed",
1880
1920
  "description": null,
@@ -14638,80 +14678,106 @@
14638
14678
  "possibleTypes": null
14639
14679
  },
14640
14680
  {
14641
- "kind": "ENUM",
14642
- "name": "EntityAuditActorType",
14643
- "description": null,
14644
- "isOneOf": null,
14645
- "fields": null,
14646
- "inputFields": null,
14647
- "interfaces": null,
14648
- "enumValues": [
14649
- {
14650
- "name": "AGENT",
14651
- "description": null,
14652
- "isDeprecated": false,
14653
- "deprecationReason": null
14654
- },
14655
- {
14656
- "name": "SYSTEM",
14657
- "description": null,
14658
- "isDeprecated": false,
14659
- "deprecationReason": null
14660
- },
14661
- {
14662
- "name": "USER",
14663
- "description": null,
14664
- "isDeprecated": false,
14665
- "deprecationReason": null
14666
- }
14667
- ],
14668
- "possibleTypes": null
14669
- },
14670
- {
14671
- "kind": "ENUM",
14672
- "name": "ErrorCategory",
14673
- "description": "Error categories for analysis",
14674
- "isOneOf": null,
14681
+ "kind": "INPUT_OBJECT",
14682
+ "name": "EnqueueStoriesInput",
14683
+ "description": "Input for enqueuing stories for AI implementation",
14684
+ "isOneOf": false,
14675
14685
  "fields": null,
14676
- "inputFields": null,
14677
- "interfaces": null,
14678
- "enumValues": [
14686
+ "inputFields": [
14679
14687
  {
14680
- "name": "CONFIGURATION",
14681
- "description": null,
14688
+ "name": "includeDependencies",
14689
+ "description": "Automatically queue unqueued parent dependency stories",
14690
+ "type": {
14691
+ "kind": "NON_NULL",
14692
+ "name": null,
14693
+ "ofType": {
14694
+ "kind": "SCALAR",
14695
+ "name": "Boolean",
14696
+ "ofType": null
14697
+ }
14698
+ },
14699
+ "defaultValue": "false",
14682
14700
  "isDeprecated": false,
14683
14701
  "deprecationReason": null
14684
14702
  },
14685
14703
  {
14686
- "name": "PERMANENT",
14687
- "description": null,
14704
+ "name": "priority",
14705
+ "description": "Priority level 1-10 (higher = more important)",
14706
+ "type": {
14707
+ "kind": "NON_NULL",
14708
+ "name": null,
14709
+ "ofType": {
14710
+ "kind": "SCALAR",
14711
+ "name": "Int",
14712
+ "ofType": null
14713
+ }
14714
+ },
14715
+ "defaultValue": "5",
14688
14716
  "isDeprecated": false,
14689
14717
  "deprecationReason": null
14690
14718
  },
14691
14719
  {
14692
- "name": "SYSTEM",
14720
+ "name": "projectId",
14693
14721
  "description": null,
14722
+ "type": {
14723
+ "kind": "NON_NULL",
14724
+ "name": null,
14725
+ "ofType": {
14726
+ "kind": "SCALAR",
14727
+ "name": "String",
14728
+ "ofType": null
14729
+ }
14730
+ },
14731
+ "defaultValue": null,
14694
14732
  "isDeprecated": false,
14695
14733
  "deprecationReason": null
14696
14734
  },
14697
14735
  {
14698
- "name": "TRANSIENT",
14699
- "description": null,
14736
+ "name": "storyIds",
14737
+ "description": "Specific story IDs to queue. If omitted, queues all PENDING stories.",
14738
+ "type": {
14739
+ "kind": "LIST",
14740
+ "name": null,
14741
+ "ofType": {
14742
+ "kind": "NON_NULL",
14743
+ "name": null,
14744
+ "ofType": {
14745
+ "kind": "SCALAR",
14746
+ "name": "String",
14747
+ "ofType": null
14748
+ }
14749
+ }
14750
+ },
14751
+ "defaultValue": null,
14700
14752
  "isDeprecated": false,
14701
14753
  "deprecationReason": null
14702
14754
  }
14703
14755
  ],
14756
+ "interfaces": null,
14757
+ "enumValues": null,
14704
14758
  "possibleTypes": null
14705
14759
  },
14706
14760
  {
14707
14761
  "kind": "OBJECT",
14708
- "name": "ErrorHistoryType",
14709
- "description": null,
14762
+ "name": "EnqueueStoriesResult",
14763
+ "description": "Result of enqueuing stories for AI implementation",
14710
14764
  "isOneOf": null,
14711
14765
  "fields": [
14712
14766
  {
14713
- "name": "attemptNumber",
14714
- "description": null,
14767
+ "name": "batchId",
14768
+ "description": "Batch ID for tracking bulk enqueue operations",
14769
+ "args": [],
14770
+ "type": {
14771
+ "kind": "SCALAR",
14772
+ "name": "String",
14773
+ "ofType": null
14774
+ },
14775
+ "isDeprecated": false,
14776
+ "deprecationReason": null
14777
+ },
14778
+ {
14779
+ "name": "queued",
14780
+ "description": "Number of stories queued",
14715
14781
  "args": [],
14716
14782
  "type": {
14717
14783
  "kind": "NON_NULL",
@@ -14726,31 +14792,39 @@
14726
14792
  "deprecationReason": null
14727
14793
  },
14728
14794
  {
14729
- "name": "error",
14730
- "description": null,
14795
+ "name": "queuedStoryIds",
14796
+ "description": "IDs of stories that were queued",
14731
14797
  "args": [],
14732
14798
  "type": {
14733
14799
  "kind": "NON_NULL",
14734
14800
  "name": null,
14735
14801
  "ofType": {
14736
- "kind": "SCALAR",
14737
- "name": "String",
14738
- "ofType": null
14802
+ "kind": "LIST",
14803
+ "name": null,
14804
+ "ofType": {
14805
+ "kind": "NON_NULL",
14806
+ "name": null,
14807
+ "ofType": {
14808
+ "kind": "SCALAR",
14809
+ "name": "String",
14810
+ "ofType": null
14811
+ }
14812
+ }
14739
14813
  }
14740
14814
  },
14741
14815
  "isDeprecated": false,
14742
14816
  "deprecationReason": null
14743
14817
  },
14744
14818
  {
14745
- "name": "failureType",
14746
- "description": null,
14819
+ "name": "skipped",
14820
+ "description": "Number of stories skipped (already queued or not PENDING)",
14747
14821
  "args": [],
14748
14822
  "type": {
14749
14823
  "kind": "NON_NULL",
14750
14824
  "name": null,
14751
14825
  "ofType": {
14752
14826
  "kind": "SCALAR",
14753
- "name": "String",
14827
+ "name": "Int",
14754
14828
  "ofType": null
14755
14829
  }
14756
14830
  },
@@ -14758,16 +14832,20 @@
14758
14832
  "deprecationReason": null
14759
14833
  },
14760
14834
  {
14761
- "name": "timestamp",
14762
- "description": null,
14835
+ "name": "unqueuedDependencies",
14836
+ "description": "Stories with unqueued dependencies (when includeDependencies=false)",
14763
14837
  "args": [],
14764
14838
  "type": {
14765
- "kind": "NON_NULL",
14839
+ "kind": "LIST",
14766
14840
  "name": null,
14767
14841
  "ofType": {
14768
- "kind": "SCALAR",
14769
- "name": "String",
14770
- "ofType": null
14842
+ "kind": "NON_NULL",
14843
+ "name": null,
14844
+ "ofType": {
14845
+ "kind": "OBJECT",
14846
+ "name": "UnqueuedDependency",
14847
+ "ofType": null
14848
+ }
14771
14849
  }
14772
14850
  },
14773
14851
  "isDeprecated": false,
@@ -14780,53 +14858,95 @@
14780
14858
  "possibleTypes": null
14781
14859
  },
14782
14860
  {
14783
- "kind": "OBJECT",
14784
- "name": "ErrorRecord",
14861
+ "kind": "ENUM",
14862
+ "name": "EntityAuditActorType",
14785
14863
  "description": null,
14786
14864
  "isOneOf": null,
14787
- "fields": [
14865
+ "fields": null,
14866
+ "inputFields": null,
14867
+ "interfaces": null,
14868
+ "enumValues": [
14788
14869
  {
14789
- "name": "duration",
14870
+ "name": "AGENT",
14790
14871
  "description": null,
14791
- "args": [],
14792
- "type": {
14793
- "kind": "NON_NULL",
14794
- "name": null,
14795
- "ofType": {
14796
- "kind": "SCALAR",
14797
- "name": "Int",
14798
- "ofType": null
14799
- }
14800
- },
14801
14872
  "isDeprecated": false,
14802
14873
  "deprecationReason": null
14803
14874
  },
14804
14875
  {
14805
- "name": "errors",
14876
+ "name": "SYSTEM",
14877
+ "description": null,
14878
+ "isDeprecated": false,
14879
+ "deprecationReason": null
14880
+ },
14881
+ {
14882
+ "name": "USER",
14883
+ "description": null,
14884
+ "isDeprecated": false,
14885
+ "deprecationReason": null
14886
+ }
14887
+ ],
14888
+ "possibleTypes": null
14889
+ },
14890
+ {
14891
+ "kind": "ENUM",
14892
+ "name": "ErrorCategory",
14893
+ "description": "Error categories for analysis",
14894
+ "isOneOf": null,
14895
+ "fields": null,
14896
+ "inputFields": null,
14897
+ "interfaces": null,
14898
+ "enumValues": [
14899
+ {
14900
+ "name": "CONFIGURATION",
14901
+ "description": null,
14902
+ "isDeprecated": false,
14903
+ "deprecationReason": null
14904
+ },
14905
+ {
14906
+ "name": "PERMANENT",
14907
+ "description": null,
14908
+ "isDeprecated": false,
14909
+ "deprecationReason": null
14910
+ },
14911
+ {
14912
+ "name": "SYSTEM",
14913
+ "description": null,
14914
+ "isDeprecated": false,
14915
+ "deprecationReason": null
14916
+ },
14917
+ {
14918
+ "name": "TRANSIENT",
14919
+ "description": null,
14920
+ "isDeprecated": false,
14921
+ "deprecationReason": null
14922
+ }
14923
+ ],
14924
+ "possibleTypes": null
14925
+ },
14926
+ {
14927
+ "kind": "OBJECT",
14928
+ "name": "ErrorHistoryType",
14929
+ "description": null,
14930
+ "isOneOf": null,
14931
+ "fields": [
14932
+ {
14933
+ "name": "attemptNumber",
14806
14934
  "description": null,
14807
14935
  "args": [],
14808
14936
  "type": {
14809
14937
  "kind": "NON_NULL",
14810
14938
  "name": null,
14811
14939
  "ofType": {
14812
- "kind": "LIST",
14813
- "name": null,
14814
- "ofType": {
14815
- "kind": "NON_NULL",
14816
- "name": null,
14817
- "ofType": {
14818
- "kind": "OBJECT",
14819
- "name": "GraphQLError",
14820
- "ofType": null
14821
- }
14822
- }
14940
+ "kind": "SCALAR",
14941
+ "name": "Int",
14942
+ "ofType": null
14823
14943
  }
14824
14944
  },
14825
14945
  "isDeprecated": false,
14826
14946
  "deprecationReason": null
14827
14947
  },
14828
14948
  {
14829
- "name": "operationName",
14949
+ "name": "error",
14830
14950
  "description": null,
14831
14951
  "args": [],
14832
14952
  "type": {
@@ -14842,7 +14962,107 @@
14842
14962
  "deprecationReason": null
14843
14963
  },
14844
14964
  {
14845
- "name": "organizationId",
14965
+ "name": "failureType",
14966
+ "description": null,
14967
+ "args": [],
14968
+ "type": {
14969
+ "kind": "NON_NULL",
14970
+ "name": null,
14971
+ "ofType": {
14972
+ "kind": "SCALAR",
14973
+ "name": "String",
14974
+ "ofType": null
14975
+ }
14976
+ },
14977
+ "isDeprecated": false,
14978
+ "deprecationReason": null
14979
+ },
14980
+ {
14981
+ "name": "timestamp",
14982
+ "description": null,
14983
+ "args": [],
14984
+ "type": {
14985
+ "kind": "NON_NULL",
14986
+ "name": null,
14987
+ "ofType": {
14988
+ "kind": "SCALAR",
14989
+ "name": "String",
14990
+ "ofType": null
14991
+ }
14992
+ },
14993
+ "isDeprecated": false,
14994
+ "deprecationReason": null
14995
+ }
14996
+ ],
14997
+ "inputFields": null,
14998
+ "interfaces": [],
14999
+ "enumValues": null,
15000
+ "possibleTypes": null
15001
+ },
15002
+ {
15003
+ "kind": "OBJECT",
15004
+ "name": "ErrorRecord",
15005
+ "description": null,
15006
+ "isOneOf": null,
15007
+ "fields": [
15008
+ {
15009
+ "name": "duration",
15010
+ "description": null,
15011
+ "args": [],
15012
+ "type": {
15013
+ "kind": "NON_NULL",
15014
+ "name": null,
15015
+ "ofType": {
15016
+ "kind": "SCALAR",
15017
+ "name": "Int",
15018
+ "ofType": null
15019
+ }
15020
+ },
15021
+ "isDeprecated": false,
15022
+ "deprecationReason": null
15023
+ },
15024
+ {
15025
+ "name": "errors",
15026
+ "description": null,
15027
+ "args": [],
15028
+ "type": {
15029
+ "kind": "NON_NULL",
15030
+ "name": null,
15031
+ "ofType": {
15032
+ "kind": "LIST",
15033
+ "name": null,
15034
+ "ofType": {
15035
+ "kind": "NON_NULL",
15036
+ "name": null,
15037
+ "ofType": {
15038
+ "kind": "OBJECT",
15039
+ "name": "GraphQLError",
15040
+ "ofType": null
15041
+ }
15042
+ }
15043
+ }
15044
+ },
15045
+ "isDeprecated": false,
15046
+ "deprecationReason": null
15047
+ },
15048
+ {
15049
+ "name": "operationName",
15050
+ "description": null,
15051
+ "args": [],
15052
+ "type": {
15053
+ "kind": "NON_NULL",
15054
+ "name": null,
15055
+ "ofType": {
15056
+ "kind": "SCALAR",
15057
+ "name": "String",
15058
+ "ofType": null
15059
+ }
15060
+ },
15061
+ "isDeprecated": false,
15062
+ "deprecationReason": null
15063
+ },
15064
+ {
15065
+ "name": "organizationId",
14846
15066
  "description": null,
14847
15067
  "args": [],
14848
15068
  "type": {
@@ -17593,6 +17813,42 @@
17593
17813
  "enumValues": null,
17594
17814
  "possibleTypes": null
17595
17815
  },
17816
+ {
17817
+ "kind": "ENUM",
17818
+ "name": "MFAComplianceStatus",
17819
+ "description": "MFA compliance status for organization members",
17820
+ "isOneOf": null,
17821
+ "fields": null,
17822
+ "inputFields": null,
17823
+ "interfaces": null,
17824
+ "enumValues": [
17825
+ {
17826
+ "name": "MFA_ENABLED",
17827
+ "description": null,
17828
+ "isDeprecated": false,
17829
+ "deprecationReason": null
17830
+ },
17831
+ {
17832
+ "name": "NON_COMPLIANT",
17833
+ "description": null,
17834
+ "isDeprecated": false,
17835
+ "deprecationReason": null
17836
+ },
17837
+ {
17838
+ "name": "NOT_REQUIRED",
17839
+ "description": null,
17840
+ "isDeprecated": false,
17841
+ "deprecationReason": null
17842
+ },
17843
+ {
17844
+ "name": "WITHIN_GRACE_PERIOD",
17845
+ "description": null,
17846
+ "isDeprecated": false,
17847
+ "deprecationReason": null
17848
+ }
17849
+ ],
17850
+ "possibleTypes": null
17851
+ },
17596
17852
  {
17597
17853
  "kind": "INPUT_OBJECT",
17598
17854
  "name": "MetadataInput",
@@ -19737,6 +19993,104 @@
19737
19993
  "isDeprecated": false,
19738
19994
  "deprecationReason": null
19739
19995
  },
19996
+ {
19997
+ "name": "enqueueProjectStories",
19998
+ "description": "Enqueue multiple stories for AI implementation",
19999
+ "args": [
20000
+ {
20001
+ "name": "input",
20002
+ "description": null,
20003
+ "type": {
20004
+ "kind": "NON_NULL",
20005
+ "name": null,
20006
+ "ofType": {
20007
+ "kind": "INPUT_OBJECT",
20008
+ "name": "EnqueueStoriesInput",
20009
+ "ofType": null
20010
+ }
20011
+ },
20012
+ "defaultValue": null,
20013
+ "isDeprecated": false,
20014
+ "deprecationReason": null
20015
+ }
20016
+ ],
20017
+ "type": {
20018
+ "kind": "NON_NULL",
20019
+ "name": null,
20020
+ "ofType": {
20021
+ "kind": "OBJECT",
20022
+ "name": "EnqueueStoriesResult",
20023
+ "ofType": null
20024
+ }
20025
+ },
20026
+ "isDeprecated": false,
20027
+ "deprecationReason": null
20028
+ },
20029
+ {
20030
+ "name": "enqueueStoryImplementation",
20031
+ "description": "Enqueue a single story for AI implementation",
20032
+ "args": [
20033
+ {
20034
+ "name": "includeDependencies",
20035
+ "description": null,
20036
+ "type": {
20037
+ "kind": "NON_NULL",
20038
+ "name": null,
20039
+ "ofType": {
20040
+ "kind": "SCALAR",
20041
+ "name": "Boolean",
20042
+ "ofType": null
20043
+ }
20044
+ },
20045
+ "defaultValue": "false",
20046
+ "isDeprecated": false,
20047
+ "deprecationReason": null
20048
+ },
20049
+ {
20050
+ "name": "priority",
20051
+ "description": null,
20052
+ "type": {
20053
+ "kind": "NON_NULL",
20054
+ "name": null,
20055
+ "ofType": {
20056
+ "kind": "SCALAR",
20057
+ "name": "Int",
20058
+ "ofType": null
20059
+ }
20060
+ },
20061
+ "defaultValue": "5",
20062
+ "isDeprecated": false,
20063
+ "deprecationReason": null
20064
+ },
20065
+ {
20066
+ "name": "storyId",
20067
+ "description": null,
20068
+ "type": {
20069
+ "kind": "NON_NULL",
20070
+ "name": null,
20071
+ "ofType": {
20072
+ "kind": "SCALAR",
20073
+ "name": "String",
20074
+ "ofType": null
20075
+ }
20076
+ },
20077
+ "defaultValue": null,
20078
+ "isDeprecated": false,
20079
+ "deprecationReason": null
20080
+ }
20081
+ ],
20082
+ "type": {
20083
+ "kind": "NON_NULL",
20084
+ "name": null,
20085
+ "ofType": {
20086
+ "kind": "OBJECT",
20087
+ "name": "AIWorkQueue",
20088
+ "ofType": null
20089
+ }
20090
+ },
20091
+ "isDeprecated": false,
20092
+ "deprecationReason": null
20093
+ },
19740
20094
  {
19741
20095
  "name": "exchangeApiKeyForToken",
19742
20096
  "description": null,
@@ -21602,6 +21956,55 @@
21602
21956
  "isDeprecated": false,
21603
21957
  "deprecationReason": null
21604
21958
  },
21959
+ {
21960
+ "name": "updateOrganizationMFASettings",
21961
+ "description": null,
21962
+ "args": [
21963
+ {
21964
+ "name": "input",
21965
+ "description": null,
21966
+ "type": {
21967
+ "kind": "NON_NULL",
21968
+ "name": null,
21969
+ "ofType": {
21970
+ "kind": "INPUT_OBJECT",
21971
+ "name": "UpdateOrganizationMFASettingsInput",
21972
+ "ofType": null
21973
+ }
21974
+ },
21975
+ "defaultValue": null,
21976
+ "isDeprecated": false,
21977
+ "deprecationReason": null
21978
+ },
21979
+ {
21980
+ "name": "organizationId",
21981
+ "description": null,
21982
+ "type": {
21983
+ "kind": "NON_NULL",
21984
+ "name": null,
21985
+ "ofType": {
21986
+ "kind": "SCALAR",
21987
+ "name": "String",
21988
+ "ofType": null
21989
+ }
21990
+ },
21991
+ "defaultValue": null,
21992
+ "isDeprecated": false,
21993
+ "deprecationReason": null
21994
+ }
21995
+ ],
21996
+ "type": {
21997
+ "kind": "NON_NULL",
21998
+ "name": null,
21999
+ "ofType": {
22000
+ "kind": "OBJECT",
22001
+ "name": "OrganizationMFASettingsResponse",
22002
+ "ofType": null
22003
+ }
22004
+ },
22005
+ "isDeprecated": false,
22006
+ "deprecationReason": null
22007
+ },
21605
22008
  {
21606
22009
  "name": "updateProject",
21607
22010
  "description": null,
@@ -22017,6 +22420,150 @@
22017
22420
  "enumValues": null,
22018
22421
  "possibleTypes": null
22019
22422
  },
22423
+ {
22424
+ "kind": "OBJECT",
22425
+ "name": "MyMfaComplianceStatus",
22426
+ "description": null,
22427
+ "isOneOf": null,
22428
+ "fields": [
22429
+ {
22430
+ "name": "deadline",
22431
+ "description": "Deadline to set up MFA (if within grace period)",
22432
+ "args": [],
22433
+ "type": {
22434
+ "kind": "SCALAR",
22435
+ "name": "Date",
22436
+ "ofType": null
22437
+ },
22438
+ "isDeprecated": false,
22439
+ "deprecationReason": null
22440
+ },
22441
+ {
22442
+ "name": "gracePeriodDaysRemaining",
22443
+ "description": "Days remaining in grace period",
22444
+ "args": [],
22445
+ "type": {
22446
+ "kind": "SCALAR",
22447
+ "name": "Int",
22448
+ "ofType": null
22449
+ },
22450
+ "isDeprecated": false,
22451
+ "deprecationReason": null
22452
+ },
22453
+ {
22454
+ "name": "isBlocked",
22455
+ "description": "Whether user is blocked from accessing org resources",
22456
+ "args": [],
22457
+ "type": {
22458
+ "kind": "NON_NULL",
22459
+ "name": null,
22460
+ "ofType": {
22461
+ "kind": "SCALAR",
22462
+ "name": "Boolean",
22463
+ "ofType": null
22464
+ }
22465
+ },
22466
+ "isDeprecated": false,
22467
+ "deprecationReason": null
22468
+ },
22469
+ {
22470
+ "name": "message",
22471
+ "description": "Human-readable message about status",
22472
+ "args": [],
22473
+ "type": {
22474
+ "kind": "SCALAR",
22475
+ "name": "String",
22476
+ "ofType": null
22477
+ },
22478
+ "isDeprecated": false,
22479
+ "deprecationReason": null
22480
+ },
22481
+ {
22482
+ "name": "mfaEnabled",
22483
+ "description": "Whether the user has MFA enabled",
22484
+ "args": [],
22485
+ "type": {
22486
+ "kind": "NON_NULL",
22487
+ "name": null,
22488
+ "ofType": {
22489
+ "kind": "SCALAR",
22490
+ "name": "Boolean",
22491
+ "ofType": null
22492
+ }
22493
+ },
22494
+ "isDeprecated": false,
22495
+ "deprecationReason": null
22496
+ },
22497
+ {
22498
+ "name": "mfaRequired",
22499
+ "description": "Whether MFA is required for this organization",
22500
+ "args": [],
22501
+ "type": {
22502
+ "kind": "NON_NULL",
22503
+ "name": null,
22504
+ "ofType": {
22505
+ "kind": "SCALAR",
22506
+ "name": "Boolean",
22507
+ "ofType": null
22508
+ }
22509
+ },
22510
+ "isDeprecated": false,
22511
+ "deprecationReason": null
22512
+ },
22513
+ {
22514
+ "name": "organizationId",
22515
+ "description": "Organization ID",
22516
+ "args": [],
22517
+ "type": {
22518
+ "kind": "NON_NULL",
22519
+ "name": null,
22520
+ "ofType": {
22521
+ "kind": "SCALAR",
22522
+ "name": "String",
22523
+ "ofType": null
22524
+ }
22525
+ },
22526
+ "isDeprecated": false,
22527
+ "deprecationReason": null
22528
+ },
22529
+ {
22530
+ "name": "organizationName",
22531
+ "description": "Organization name",
22532
+ "args": [],
22533
+ "type": {
22534
+ "kind": "NON_NULL",
22535
+ "name": null,
22536
+ "ofType": {
22537
+ "kind": "SCALAR",
22538
+ "name": "String",
22539
+ "ofType": null
22540
+ }
22541
+ },
22542
+ "isDeprecated": false,
22543
+ "deprecationReason": null
22544
+ },
22545
+ {
22546
+ "name": "status",
22547
+ "description": "Current MFA compliance status",
22548
+ "args": [],
22549
+ "type": {
22550
+ "kind": "NON_NULL",
22551
+ "name": null,
22552
+ "ofType": {
22553
+ "kind": "ENUM",
22554
+ "name": "MFAComplianceStatus",
22555
+ "ofType": null
22556
+ }
22557
+ },
22558
+ "isDeprecated": false,
22559
+ "deprecationReason": null
22560
+ }
22561
+ ],
22562
+ "inputFields": null,
22563
+ "interfaces": [],
22564
+ "enumValues": null,
22565
+ "possibleTypes": null
22566
+ },
22020
22567
  {
22021
22568
  "kind": "INPUT_OBJECT",
22022
22569
  "name": "NonFunctionalRequirementInput",
@@ -22816,7 +23363,7 @@
22816
23363
  "deprecationReason": null
22817
23364
  },
22818
23365
  {
22819
- "name": "name",
23366
+ "name": "mfaGracePeriodDays",
22820
23367
  "description": null,
22821
23368
  "args": [],
22822
23369
  "type": {
@@ -22824,51 +23371,7 @@
22824
23371
  "name": null,
22825
23372
  "ofType": {
22826
23373
  "kind": "SCALAR",
22827
- "name": "String",
22828
- "ofType": null
22829
- }
22830
- },
22831
- "isDeprecated": false,
22832
- "deprecationReason": null
22833
- },
22834
- {
22835
- "name": "settings",
22836
- "description": null,
22837
- "args": [],
22838
- "type": {
22839
- "kind": "SCALAR",
22840
- "name": "JSONObject",
22841
- "ofType": null
22842
- },
22843
- "isDeprecated": false,
22844
- "deprecationReason": null
22845
- },
22846
- {
22847
- "name": "status",
22848
- "description": null,
22849
- "args": [],
22850
- "type": {
22851
- "kind": "NON_NULL",
22852
- "name": null,
22853
- "ofType": {
22854
- "kind": "ENUM",
22855
- "name": "OrganizationStatus",
22856
- "ofType": null
22857
- }
22858
- },
22859
- "isDeprecated": false,
22860
- "deprecationReason": null
22861
- },
22862
- {
22863
- "name": "subdomain",
22864
- "description": null,
22865
- "args": [],
22866
- "type": {
22867
- "kind": "NON_NULL",
22868
- "name": null,
22869
- "ofType": {
22870
- "kind": "SCALAR",
22871
- "name": "String",
23374
+ "name": "Float",
22872
23375
  "ofType": null
22873
23376
  }
22874
23377
  },
@@ -22876,7 +23379,7 @@
22876
23379
  "deprecationReason": null
22877
23380
  },
22878
23381
  {
22879
- "name": "updatedAt",
23382
+ "name": "mfaRequired",
22880
23383
  "description": null,
22881
23384
  "args": [],
22882
23385
  "type": {
@@ -22884,7 +23387,7 @@
22884
23387
  "name": null,
22885
23388
  "ofType": {
22886
23389
  "kind": "SCALAR",
22887
- "name": "Date",
23390
+ "name": "Boolean",
22888
23391
  "ofType": null
22889
23392
  }
22890
23393
  },
@@ -22892,31 +23395,7 @@
22892
23395
  "deprecationReason": null
22893
23396
  },
22894
23397
  {
22895
- "name": "updatedBy",
22896
- "description": null,
22897
- "args": [],
22898
- "type": {
22899
- "kind": "SCALAR",
22900
- "name": "String",
22901
- "ofType": null
22902
- },
22903
- "isDeprecated": false,
22904
- "deprecationReason": null
22905
- }
22906
- ],
22907
- "inputFields": null,
22908
- "interfaces": [],
22909
- "enumValues": null,
22910
- "possibleTypes": null
22911
- },
22912
- {
22913
- "kind": "OBJECT",
22914
- "name": "OrganizationInvite",
22915
- "description": null,
22916
- "isOneOf": null,
22917
- "fields": [
22918
- {
22919
- "name": "acceptedAt",
23398
+ "name": "mfaRequiredAt",
22920
23399
  "description": null,
22921
23400
  "args": [],
22922
23401
  "type": {
@@ -22928,71 +23407,7 @@
22928
23407
  "deprecationReason": null
22929
23408
  },
22930
23409
  {
22931
- "name": "acceptedByUserId",
22932
- "description": null,
22933
- "args": [],
22934
- "type": {
22935
- "kind": "SCALAR",
22936
- "name": "String",
22937
- "ofType": null
22938
- },
22939
- "isDeprecated": false,
22940
- "deprecationReason": null
22941
- },
22942
- {
22943
- "name": "companySize",
22944
- "description": null,
22945
- "args": [],
22946
- "type": {
22947
- "kind": "SCALAR",
22948
- "name": "String",
22949
- "ofType": null
22950
- },
22951
- "isDeprecated": false,
22952
- "deprecationReason": null
22953
- },
22954
- {
22955
- "name": "createdAt",
22956
- "description": null,
22957
- "args": [],
22958
- "type": {
22959
- "kind": "NON_NULL",
22960
- "name": null,
22961
- "ofType": {
22962
- "kind": "SCALAR",
22963
- "name": "Date",
22964
- "ofType": null
22965
- }
22966
- },
22967
- "isDeprecated": false,
22968
- "deprecationReason": null
22969
- },
22970
- {
22971
- "name": "createdBy",
22972
- "description": null,
22973
- "args": [],
22974
- "type": {
22975
- "kind": "SCALAR",
22976
- "name": "String",
22977
- "ofType": null
22978
- },
22979
- "isDeprecated": false,
22980
- "deprecationReason": null
22981
- },
22982
- {
22983
- "name": "createdOrganizationId",
22984
- "description": null,
22985
- "args": [],
22986
- "type": {
22987
- "kind": "SCALAR",
22988
- "name": "String",
22989
- "ofType": null
22990
- },
22991
- "isDeprecated": false,
22992
- "deprecationReason": null
22993
- },
22994
- {
22995
- "name": "email",
23410
+ "name": "name",
22996
23411
  "description": null,
22997
23412
  "args": [],
22998
23413
  "type": {
@@ -23008,67 +23423,27 @@
23008
23423
  "deprecationReason": null
23009
23424
  },
23010
23425
  {
23011
- "name": "expiresAt",
23426
+ "name": "settings",
23012
23427
  "description": null,
23013
23428
  "args": [],
23014
23429
  "type": {
23015
23430
  "kind": "SCALAR",
23016
- "name": "Date",
23431
+ "name": "JSONObject",
23017
23432
  "ofType": null
23018
23433
  },
23019
23434
  "isDeprecated": false,
23020
23435
  "deprecationReason": null
23021
23436
  },
23022
23437
  {
23023
- "name": "features",
23024
- "description": null,
23025
- "args": [],
23026
- "type": {
23027
- "kind": "NON_NULL",
23028
- "name": null,
23029
- "ofType": {
23030
- "kind": "LIST",
23031
- "name": null,
23032
- "ofType": {
23033
- "kind": "NON_NULL",
23034
- "name": null,
23035
- "ofType": {
23036
- "kind": "SCALAR",
23037
- "name": "String",
23038
- "ofType": null
23039
- }
23040
- }
23041
- }
23042
- },
23043
- "isDeprecated": false,
23044
- "deprecationReason": null
23045
- },
23046
- {
23047
- "name": "id",
23048
- "description": null,
23049
- "args": [],
23050
- "type": {
23051
- "kind": "NON_NULL",
23052
- "name": null,
23053
- "ofType": {
23054
- "kind": "SCALAR",
23055
- "name": "ID",
23056
- "ofType": null
23057
- }
23058
- },
23059
- "isDeprecated": false,
23060
- "deprecationReason": null
23061
- },
23062
- {
23063
- "name": "inviteToken",
23438
+ "name": "status",
23064
23439
  "description": null,
23065
23440
  "args": [],
23066
23441
  "type": {
23067
23442
  "kind": "NON_NULL",
23068
23443
  "name": null,
23069
23444
  "ofType": {
23070
- "kind": "SCALAR",
23071
- "name": "String",
23445
+ "kind": "ENUM",
23446
+ "name": "OrganizationStatus",
23072
23447
  "ofType": null
23073
23448
  }
23074
23449
  },
@@ -23076,31 +23451,7 @@
23076
23451
  "deprecationReason": null
23077
23452
  },
23078
23453
  {
23079
- "name": "invitedBy",
23080
- "description": null,
23081
- "args": [],
23082
- "type": {
23083
- "kind": "OBJECT",
23084
- "name": "User",
23085
- "ofType": null
23086
- },
23087
- "isDeprecated": false,
23088
- "deprecationReason": null
23089
- },
23090
- {
23091
- "name": "message",
23092
- "description": null,
23093
- "args": [],
23094
- "type": {
23095
- "kind": "SCALAR",
23096
- "name": "String",
23097
- "ofType": null
23098
- },
23099
- "isDeprecated": false,
23100
- "deprecationReason": null
23101
- },
23102
- {
23103
- "name": "status",
23454
+ "name": "subdomain",
23104
23455
  "description": null,
23105
23456
  "args": [],
23106
23457
  "type": {
@@ -23115,30 +23466,270 @@
23115
23466
  "isDeprecated": false,
23116
23467
  "deprecationReason": null
23117
23468
  },
23118
- {
23119
- "name": "suggestedOrgName",
23120
- "description": null,
23121
- "args": [],
23122
- "type": {
23123
- "kind": "SCALAR",
23124
- "name": "String",
23125
- "ofType": null
23126
- },
23127
- "isDeprecated": false,
23128
- "deprecationReason": null
23129
- },
23130
- {
23131
- "name": "suggestedSubdomain",
23132
- "description": null,
23133
- "args": [],
23134
- "type": {
23135
- "kind": "SCALAR",
23136
- "name": "String",
23137
- "ofType": null
23138
- },
23139
- "isDeprecated": false,
23140
- "deprecationReason": null
23141
- },
23469
+ {
23470
+ "name": "updatedAt",
23471
+ "description": null,
23472
+ "args": [],
23473
+ "type": {
23474
+ "kind": "NON_NULL",
23475
+ "name": null,
23476
+ "ofType": {
23477
+ "kind": "SCALAR",
23478
+ "name": "Date",
23479
+ "ofType": null
23480
+ }
23481
+ },
23482
+ "isDeprecated": false,
23483
+ "deprecationReason": null
23484
+ },
23485
+ {
23486
+ "name": "updatedBy",
23487
+ "description": null,
23488
+ "args": [],
23489
+ "type": {
23490
+ "kind": "SCALAR",
23491
+ "name": "String",
23492
+ "ofType": null
23493
+ },
23494
+ "isDeprecated": false,
23495
+ "deprecationReason": null
23496
+ }
23497
+ ],
23498
+ "inputFields": null,
23499
+ "interfaces": [],
23500
+ "enumValues": null,
23501
+ "possibleTypes": null
23502
+ },
23503
+ {
23504
+ "kind": "OBJECT",
23505
+ "name": "OrganizationInvite",
23506
+ "description": null,
23507
+ "isOneOf": null,
23508
+ "fields": [
23509
+ {
23510
+ "name": "acceptedAt",
23511
+ "description": null,
23512
+ "args": [],
23513
+ "type": {
23514
+ "kind": "SCALAR",
23515
+ "name": "Date",
23516
+ "ofType": null
23517
+ },
23518
+ "isDeprecated": false,
23519
+ "deprecationReason": null
23520
+ },
23521
+ {
23522
+ "name": "acceptedByUserId",
23523
+ "description": null,
23524
+ "args": [],
23525
+ "type": {
23526
+ "kind": "SCALAR",
23527
+ "name": "String",
23528
+ "ofType": null
23529
+ },
23530
+ "isDeprecated": false,
23531
+ "deprecationReason": null
23532
+ },
23533
+ {
23534
+ "name": "companySize",
23535
+ "description": null,
23536
+ "args": [],
23537
+ "type": {
23538
+ "kind": "SCALAR",
23539
+ "name": "String",
23540
+ "ofType": null
23541
+ },
23542
+ "isDeprecated": false,
23543
+ "deprecationReason": null
23544
+ },
23545
+ {
23546
+ "name": "createdAt",
23547
+ "description": null,
23548
+ "args": [],
23549
+ "type": {
23550
+ "kind": "NON_NULL",
23551
+ "name": null,
23552
+ "ofType": {
23553
+ "kind": "SCALAR",
23554
+ "name": "Date",
23555
+ "ofType": null
23556
+ }
23557
+ },
23558
+ "isDeprecated": false,
23559
+ "deprecationReason": null
23560
+ },
23561
+ {
23562
+ "name": "createdBy",
23563
+ "description": null,
23564
+ "args": [],
23565
+ "type": {
23566
+ "kind": "SCALAR",
23567
+ "name": "String",
23568
+ "ofType": null
23569
+ },
23570
+ "isDeprecated": false,
23571
+ "deprecationReason": null
23572
+ },
23573
+ {
23574
+ "name": "createdOrganizationId",
23575
+ "description": null,
23576
+ "args": [],
23577
+ "type": {
23578
+ "kind": "SCALAR",
23579
+ "name": "String",
23580
+ "ofType": null
23581
+ },
23582
+ "isDeprecated": false,
23583
+ "deprecationReason": null
23584
+ },
23585
+ {
23586
+ "name": "email",
23587
+ "description": null,
23588
+ "args": [],
23589
+ "type": {
23590
+ "kind": "NON_NULL",
23591
+ "name": null,
23592
+ "ofType": {
23593
+ "kind": "SCALAR",
23594
+ "name": "String",
23595
+ "ofType": null
23596
+ }
23597
+ },
23598
+ "isDeprecated": false,
23599
+ "deprecationReason": null
23600
+ },
23601
+ {
23602
+ "name": "expiresAt",
23603
+ "description": null,
23604
+ "args": [],
23605
+ "type": {
23606
+ "kind": "SCALAR",
23607
+ "name": "Date",
23608
+ "ofType": null
23609
+ },
23610
+ "isDeprecated": false,
23611
+ "deprecationReason": null
23612
+ },
23613
+ {
23614
+ "name": "features",
23615
+ "description": null,
23616
+ "args": [],
23617
+ "type": {
23618
+ "kind": "NON_NULL",
23619
+ "name": null,
23620
+ "ofType": {
23621
+ "kind": "LIST",
23622
+ "name": null,
23623
+ "ofType": {
23624
+ "kind": "NON_NULL",
23625
+ "name": null,
23626
+ "ofType": {
23627
+ "kind": "SCALAR",
23628
+ "name": "String",
23629
+ "ofType": null
23630
+ }
23631
+ }
23632
+ }
23633
+ },
23634
+ "isDeprecated": false,
23635
+ "deprecationReason": null
23636
+ },
23637
+ {
23638
+ "name": "id",
23639
+ "description": null,
23640
+ "args": [],
23641
+ "type": {
23642
+ "kind": "NON_NULL",
23643
+ "name": null,
23644
+ "ofType": {
23645
+ "kind": "SCALAR",
23646
+ "name": "ID",
23647
+ "ofType": null
23648
+ }
23649
+ },
23650
+ "isDeprecated": false,
23651
+ "deprecationReason": null
23652
+ },
23653
+ {
23654
+ "name": "inviteToken",
23655
+ "description": null,
23656
+ "args": [],
23657
+ "type": {
23658
+ "kind": "NON_NULL",
23659
+ "name": null,
23660
+ "ofType": {
23661
+ "kind": "SCALAR",
23662
+ "name": "String",
23663
+ "ofType": null
23664
+ }
23665
+ },
23666
+ "isDeprecated": false,
23667
+ "deprecationReason": null
23668
+ },
23669
+ {
23670
+ "name": "invitedBy",
23671
+ "description": null,
23672
+ "args": [],
23673
+ "type": {
23674
+ "kind": "OBJECT",
23675
+ "name": "User",
23676
+ "ofType": null
23677
+ },
23678
+ "isDeprecated": false,
23679
+ "deprecationReason": null
23680
+ },
23681
+ {
23682
+ "name": "message",
23683
+ "description": null,
23684
+ "args": [],
23685
+ "type": {
23686
+ "kind": "SCALAR",
23687
+ "name": "String",
23688
+ "ofType": null
23689
+ },
23690
+ "isDeprecated": false,
23691
+ "deprecationReason": null
23692
+ },
23693
+ {
23694
+ "name": "status",
23695
+ "description": null,
23696
+ "args": [],
23697
+ "type": {
23698
+ "kind": "NON_NULL",
23699
+ "name": null,
23700
+ "ofType": {
23701
+ "kind": "SCALAR",
23702
+ "name": "String",
23703
+ "ofType": null
23704
+ }
23705
+ },
23706
+ "isDeprecated": false,
23707
+ "deprecationReason": null
23708
+ },
23709
+ {
23710
+ "name": "suggestedOrgName",
23711
+ "description": null,
23712
+ "args": [],
23713
+ "type": {
23714
+ "kind": "SCALAR",
23715
+ "name": "String",
23716
+ "ofType": null
23717
+ },
23718
+ "isDeprecated": false,
23719
+ "deprecationReason": null
23720
+ },
23721
+ {
23722
+ "name": "suggestedSubdomain",
23723
+ "description": null,
23724
+ "args": [],
23725
+ "type": {
23726
+ "kind": "SCALAR",
23727
+ "name": "String",
23728
+ "ofType": null
23729
+ },
23730
+ "isDeprecated": false,
23731
+ "deprecationReason": null
23732
+ },
23142
23733
  {
23143
23734
  "name": "updatedAt",
23144
23735
  "description": null,
@@ -23185,6 +23776,690 @@
23185
23776
  "enumValues": null,
23186
23777
  "possibleTypes": null
23187
23778
  },
23779
+ {
23780
+ "kind": "OBJECT",
23781
+ "name": "OrganizationMFAComplianceSummary",
23782
+ "description": null,
23783
+ "isOneOf": null,
23784
+ "fields": [
23785
+ {
23786
+ "name": "compliancePercentage",
23787
+ "description": "Compliance percentage (0-100)",
23788
+ "args": [],
23789
+ "type": {
23790
+ "kind": "NON_NULL",
23791
+ "name": null,
23792
+ "ofType": {
23793
+ "kind": "SCALAR",
23794
+ "name": "Float",
23795
+ "ofType": null
23796
+ }
23797
+ },
23798
+ "isDeprecated": false,
23799
+ "deprecationReason": null
23800
+ },
23801
+ {
23802
+ "name": "gracePeriodDays",
23803
+ "description": "Grace period in days",
23804
+ "args": [],
23805
+ "type": {
23806
+ "kind": "SCALAR",
23807
+ "name": "Int",
23808
+ "ofType": null
23809
+ },
23810
+ "isDeprecated": false,
23811
+ "deprecationReason": null
23812
+ },
23813
+ {
23814
+ "name": "mfaEnabledCount",
23815
+ "description": "Members with MFA enabled",
23816
+ "args": [],
23817
+ "type": {
23818
+ "kind": "NON_NULL",
23819
+ "name": null,
23820
+ "ofType": {
23821
+ "kind": "SCALAR",
23822
+ "name": "Int",
23823
+ "ofType": null
23824
+ }
23825
+ },
23826
+ "isDeprecated": false,
23827
+ "deprecationReason": null
23828
+ },
23829
+ {
23830
+ "name": "mfaRequired",
23831
+ "description": "Whether organization requires MFA",
23832
+ "args": [],
23833
+ "type": {
23834
+ "kind": "NON_NULL",
23835
+ "name": null,
23836
+ "ofType": {
23837
+ "kind": "SCALAR",
23838
+ "name": "Boolean",
23839
+ "ofType": null
23840
+ }
23841
+ },
23842
+ "isDeprecated": false,
23843
+ "deprecationReason": null
23844
+ },
23845
+ {
23846
+ "name": "mfaRequiredAt",
23847
+ "description": "When MFA requirement was enabled",
23848
+ "args": [],
23849
+ "type": {
23850
+ "kind": "SCALAR",
23851
+ "name": "Date",
23852
+ "ofType": null
23853
+ },
23854
+ "isDeprecated": false,
23855
+ "deprecationReason": null
23856
+ },
23857
+ {
23858
+ "name": "nonCompliantCount",
23859
+ "description": "Non-compliant members (no MFA, past grace period)",
23860
+ "args": [],
23861
+ "type": {
23862
+ "kind": "NON_NULL",
23863
+ "name": null,
23864
+ "ofType": {
23865
+ "kind": "SCALAR",
23866
+ "name": "Int",
23867
+ "ofType": null
23868
+ }
23869
+ },
23870
+ "isDeprecated": false,
23871
+ "deprecationReason": null
23872
+ },
23873
+ {
23874
+ "name": "totalMembers",
23875
+ "description": "Total number of active members",
23876
+ "args": [],
23877
+ "type": {
23878
+ "kind": "NON_NULL",
23879
+ "name": null,
23880
+ "ofType": {
23881
+ "kind": "SCALAR",
23882
+ "name": "Int",
23883
+ "ofType": null
23884
+ }
23885
+ },
23886
+ "isDeprecated": false,
23887
+ "deprecationReason": null
23888
+ },
23889
+ {
23890
+ "name": "withinGracePeriodCount",
23891
+ "description": "Members within grace period",
23892
+ "args": [],
23893
+ "type": {
23894
+ "kind": "NON_NULL",
23895
+ "name": null,
23896
+ "ofType": {
23897
+ "kind": "SCALAR",
23898
+ "name": "Int",
23899
+ "ofType": null
23900
+ }
23901
+ },
23902
+ "isDeprecated": false,
23903
+ "deprecationReason": null
23904
+ }
23905
+ ],
23906
+ "inputFields": null,
23907
+ "interfaces": [],
23908
+ "enumValues": null,
23909
+ "possibleTypes": null
23910
+ },
23911
+ {
23912
+ "kind": "OBJECT",
23913
+ "name": "OrganizationMFASettingsResponse",
23914
+ "description": null,
23915
+ "isOneOf": null,
23916
+ "fields": [
23917
+ {
23918
+ "name": "deadline",
23919
+ "description": null,
23920
+ "args": [],
23921
+ "type": {
23922
+ "kind": "SCALAR",
23923
+ "name": "Date",
23924
+ "ofType": null
23925
+ },
23926
+ "isDeprecated": false,
23927
+ "deprecationReason": null
23928
+ },
23929
+ {
23930
+ "name": "gracePeriodDays",
23931
+ "description": null,
23932
+ "args": [],
23933
+ "type": {
23934
+ "kind": "SCALAR",
23935
+ "name": "Int",
23936
+ "ofType": null
23937
+ },
23938
+ "isDeprecated": false,
23939
+ "deprecationReason": null
23940
+ },
23941
+ {
23942
+ "name": "message",
23943
+ "description": null,
23944
+ "args": [],
23945
+ "type": {
23946
+ "kind": "SCALAR",
23947
+ "name": "String",
23948
+ "ofType": null
23949
+ },
23950
+ "isDeprecated": false,
23951
+ "deprecationReason": null
23952
+ },
23953
+ {
23954
+ "name": "mfaRequired",
23955
+ "description": null,
23956
+ "args": [],
23957
+ "type": {
23958
+ "kind": "NON_NULL",
23959
+ "name": null,
23960
+ "ofType": {
23961
+ "kind": "SCALAR",
23962
+ "name": "Boolean",
23963
+ "ofType": null
23964
+ }
23965
+ },
23966
+ "isDeprecated": false,
23967
+ "deprecationReason": null
23968
+ },
23969
+ {
23970
+ "name": "mfaRequiredAt",
23971
+ "description": null,
23972
+ "args": [],
23973
+ "type": {
23974
+ "kind": "SCALAR",
23975
+ "name": "Date",
23976
+ "ofType": null
23977
+ },
23978
+ "isDeprecated": false,
23979
+ "deprecationReason": null
23980
+ },
23981
+ {
23982
+ "name": "success",
23983
+ "description": null,
23984
+ "args": [],
23985
+ "type": {
23986
+ "kind": "NON_NULL",
23987
+ "name": null,
23988
+ "ofType": {
23989
+ "kind": "SCALAR",
23990
+ "name": "Boolean",
23991
+ "ofType": null
23992
+ }
23993
+ },
23994
+ "isDeprecated": false,
23995
+ "deprecationReason": null
23996
+ }
23997
+ ],
23998
+ "inputFields": null,
23999
+ "interfaces": [],
24000
+ "enumValues": null,
24001
+ "possibleTypes": null
24002
+ },
24003
+ {
24004
+ "kind": "OBJECT",
24005
+ "name": "OrganizationMemberConnection",
24006
+ "description": null,
24007
+ "isOneOf": null,
24008
+ "fields": [
24009
+ {
24010
+ "name": "hasNextPage",
24011
+ "description": null,
24012
+ "args": [],
24013
+ "type": {
24014
+ "kind": "NON_NULL",
24015
+ "name": null,
24016
+ "ofType": {
24017
+ "kind": "SCALAR",
24018
+ "name": "Boolean",
24019
+ "ofType": null
24020
+ }
24021
+ },
24022
+ "isDeprecated": false,
24023
+ "deprecationReason": null
24024
+ },
24025
+ {
24026
+ "name": "hasPreviousPage",
24027
+ "description": null,
24028
+ "args": [],
24029
+ "type": {
24030
+ "kind": "NON_NULL",
24031
+ "name": null,
24032
+ "ofType": {
24033
+ "kind": "SCALAR",
24034
+ "name": "Boolean",
24035
+ "ofType": null
24036
+ }
24037
+ },
24038
+ "isDeprecated": false,
24039
+ "deprecationReason": null
24040
+ },
24041
+ {
24042
+ "name": "mfaComplianceSummary",
24043
+ "description": null,
24044
+ "args": [],
24045
+ "type": {
24046
+ "kind": "NON_NULL",
24047
+ "name": null,
24048
+ "ofType": {
24049
+ "kind": "OBJECT",
24050
+ "name": "OrganizationMFAComplianceSummary",
24051
+ "ofType": null
24052
+ }
24053
+ },
24054
+ "isDeprecated": false,
24055
+ "deprecationReason": null
24056
+ },
24057
+ {
24058
+ "name": "nodes",
24059
+ "description": null,
24060
+ "args": [],
24061
+ "type": {
24062
+ "kind": "NON_NULL",
24063
+ "name": null,
24064
+ "ofType": {
24065
+ "kind": "LIST",
24066
+ "name": null,
24067
+ "ofType": {
24068
+ "kind": "NON_NULL",
24069
+ "name": null,
24070
+ "ofType": {
24071
+ "kind": "OBJECT",
24072
+ "name": "OrganizationMemberWithMFA",
24073
+ "ofType": null
24074
+ }
24075
+ }
24076
+ }
24077
+ },
24078
+ "isDeprecated": false,
24079
+ "deprecationReason": null
24080
+ },
24081
+ {
24082
+ "name": "totalCount",
24083
+ "description": null,
24084
+ "args": [],
24085
+ "type": {
24086
+ "kind": "NON_NULL",
24087
+ "name": null,
24088
+ "ofType": {
24089
+ "kind": "SCALAR",
24090
+ "name": "Int",
24091
+ "ofType": null
24092
+ }
24093
+ },
24094
+ "isDeprecated": false,
24095
+ "deprecationReason": null
24096
+ }
24097
+ ],
24098
+ "inputFields": null,
24099
+ "interfaces": [],
24100
+ "enumValues": null,
24101
+ "possibleTypes": null
24102
+ },
24103
+ {
24104
+ "kind": "INPUT_OBJECT",
24105
+ "name": "OrganizationMemberPaginationInput",
24106
+ "description": null,
24107
+ "isOneOf": false,
24108
+ "fields": null,
24109
+ "inputFields": [
24110
+ {
24111
+ "name": "limit",
24112
+ "description": null,
24113
+ "type": {
24114
+ "kind": "SCALAR",
24115
+ "name": "Int",
24116
+ "ofType": null
24117
+ },
24118
+ "defaultValue": "20",
24119
+ "isDeprecated": false,
24120
+ "deprecationReason": null
24121
+ },
24122
+ {
24123
+ "name": "offset",
24124
+ "description": null,
24125
+ "type": {
24126
+ "kind": "SCALAR",
24127
+ "name": "Int",
24128
+ "ofType": null
24129
+ },
24130
+ "defaultValue": "0",
24131
+ "isDeprecated": false,
24132
+ "deprecationReason": null
24133
+ }
24134
+ ],
24135
+ "interfaces": null,
24136
+ "enumValues": null,
24137
+ "possibleTypes": null
24138
+ },
24139
+ {
24140
+ "kind": "INPUT_OBJECT",
24141
+ "name": "OrganizationMemberSearchInput",
24142
+ "description": null,
24143
+ "isOneOf": false,
24144
+ "fields": null,
24145
+ "inputFields": [
24146
+ {
24147
+ "name": "email",
24148
+ "description": null,
24149
+ "type": {
24150
+ "kind": "SCALAR",
24151
+ "name": "String",
24152
+ "ofType": null
24153
+ },
24154
+ "defaultValue": null,
24155
+ "isDeprecated": false,
24156
+ "deprecationReason": null
24157
+ },
24158
+ {
24159
+ "name": "mfaComplianceStatus",
24160
+ "description": "Filter by MFA compliance status",
24161
+ "type": {
24162
+ "kind": "ENUM",
24163
+ "name": "MFAComplianceStatus",
24164
+ "ofType": null
24165
+ },
24166
+ "defaultValue": null,
24167
+ "isDeprecated": false,
24168
+ "deprecationReason": null
24169
+ },
24170
+ {
24171
+ "name": "mfaEnabled",
24172
+ "description": "Filter by MFA enabled status",
24173
+ "type": {
24174
+ "kind": "SCALAR",
24175
+ "name": "Boolean",
24176
+ "ofType": null
24177
+ },
24178
+ "defaultValue": null,
24179
+ "isDeprecated": false,
24180
+ "deprecationReason": null
24181
+ },
24182
+ {
24183
+ "name": "name",
24184
+ "description": null,
24185
+ "type": {
24186
+ "kind": "SCALAR",
24187
+ "name": "String",
24188
+ "ofType": null
24189
+ },
24190
+ "defaultValue": null,
24191
+ "isDeprecated": false,
24192
+ "deprecationReason": null
24193
+ },
24194
+ {
24195
+ "name": "role",
24196
+ "description": null,
24197
+ "type": {
24198
+ "kind": "ENUM",
24199
+ "name": "OrganizationRole",
24200
+ "ofType": null
24201
+ },
24202
+ "defaultValue": null,
24203
+ "isDeprecated": false,
24204
+ "deprecationReason": null
24205
+ },
24206
+ {
24207
+ "name": "status",
24208
+ "description": null,
24209
+ "type": {
24210
+ "kind": "ENUM",
24211
+ "name": "UserOrganizationStatus",
24212
+ "ofType": null
24213
+ },
24214
+ "defaultValue": null,
24215
+ "isDeprecated": false,
24216
+ "deprecationReason": null
24217
+ }
24218
+ ],
24219
+ "interfaces": null,
24220
+ "enumValues": null,
24221
+ "possibleTypes": null
24222
+ },
24223
+ {
24224
+ "kind": "OBJECT",
24225
+ "name": "OrganizationMemberWithMFA",
24226
+ "description": null,
24227
+ "isOneOf": null,
24228
+ "fields": [
24229
+ {
24230
+ "name": "email",
24231
+ "description": null,
24232
+ "args": [],
24233
+ "type": {
24234
+ "kind": "NON_NULL",
24235
+ "name": null,
24236
+ "ofType": {
24237
+ "kind": "SCALAR",
24238
+ "name": "String",
24239
+ "ofType": null
24240
+ }
24241
+ },
24242
+ "isDeprecated": false,
24243
+ "deprecationReason": null
24244
+ },
24245
+ {
24246
+ "name": "firstName",
24247
+ "description": null,
24248
+ "args": [],
24249
+ "type": {
24250
+ "kind": "SCALAR",
24251
+ "name": "String",
24252
+ "ofType": null
24253
+ },
24254
+ "isDeprecated": false,
24255
+ "deprecationReason": null
24256
+ },
24257
+ {
24258
+ "name": "fullName",
24259
+ "description": null,
24260
+ "args": [],
24261
+ "type": {
24262
+ "kind": "NON_NULL",
24263
+ "name": null,
24264
+ "ofType": {
24265
+ "kind": "SCALAR",
24266
+ "name": "String",
24267
+ "ofType": null
24268
+ }
24269
+ },
24270
+ "isDeprecated": false,
24271
+ "deprecationReason": null
24272
+ },
24273
+ {
24274
+ "name": "gracePeriodDaysRemaining",
24275
+ "description": "Days remaining in grace period, null if not applicable",
24276
+ "args": [],
24277
+ "type": {
24278
+ "kind": "SCALAR",
24279
+ "name": "Int",
24280
+ "ofType": null
24281
+ },
24282
+ "isDeprecated": false,
24283
+ "deprecationReason": null
24284
+ },
24285
+ {
24286
+ "name": "id",
24287
+ "description": null,
24288
+ "args": [],
24289
+ "type": {
24290
+ "kind": "NON_NULL",
24291
+ "name": null,
24292
+ "ofType": {
24293
+ "kind": "SCALAR",
24294
+ "name": "String",
24295
+ "ofType": null
24296
+ }
24297
+ },
24298
+ "isDeprecated": false,
24299
+ "deprecationReason": null
24300
+ },
24301
+ {
24302
+ "name": "joinedAt",
24303
+ "description": null,
24304
+ "args": [],
24305
+ "type": {
24306
+ "kind": "SCALAR",
24307
+ "name": "Date",
24308
+ "ofType": null
24309
+ },
24310
+ "isDeprecated": false,
24311
+ "deprecationReason": null
24312
+ },
24313
+ {
24314
+ "name": "lastAccessedAt",
24315
+ "description": null,
24316
+ "args": [],
24317
+ "type": {
24318
+ "kind": "SCALAR",
24319
+ "name": "Date",
24320
+ "ofType": null
24321
+ },
24322
+ "isDeprecated": false,
24323
+ "deprecationReason": null
24324
+ },
24325
+ {
24326
+ "name": "lastName",
24327
+ "description": null,
24328
+ "args": [],
24329
+ "type": {
24330
+ "kind": "SCALAR",
24331
+ "name": "String",
24332
+ "ofType": null
24333
+ },
24334
+ "isDeprecated": false,
24335
+ "deprecationReason": null
24336
+ },
24337
+ {
24338
+ "name": "mfaComplianceStatus",
24339
+ "description": null,
24340
+ "args": [],
24341
+ "type": {
24342
+ "kind": "NON_NULL",
24343
+ "name": null,
24344
+ "ofType": {
24345
+ "kind": "ENUM",
24346
+ "name": "MFAComplianceStatus",
24347
+ "ofType": null
24348
+ }
24349
+ },
24350
+ "isDeprecated": false,
24351
+ "deprecationReason": null
24352
+ },
24353
+ {
24354
+ "name": "mfaDeadline",
24355
+ "description": "Deadline for MFA setup if within grace period",
24356
+ "args": [],
24357
+ "type": {
24358
+ "kind": "SCALAR",
24359
+ "name": "Date",
24360
+ "ofType": null
24361
+ },
24362
+ "isDeprecated": false,
24363
+ "deprecationReason": null
24364
+ },
24365
+ {
24366
+ "name": "mfaEnabled",
24367
+ "description": null,
24368
+ "args": [],
24369
+ "type": {
24370
+ "kind": "NON_NULL",
24371
+ "name": null,
24372
+ "ofType": {
24373
+ "kind": "SCALAR",
24374
+ "name": "Boolean",
24375
+ "ofType": null
24376
+ }
24377
+ },
24378
+ "isDeprecated": false,
24379
+ "deprecationReason": null
24380
+ },
24381
+ {
24382
+ "name": "mfaEnabledAt",
24383
+ "description": null,
24384
+ "args": [],
24385
+ "type": {
24386
+ "kind": "SCALAR",
24387
+ "name": "Date",
24388
+ "ofType": null
24389
+ },
24390
+ "isDeprecated": false,
24391
+ "deprecationReason": null
24392
+ },
24393
+ {
24394
+ "name": "organizationId",
24395
+ "description": null,
24396
+ "args": [],
24397
+ "type": {
24398
+ "kind": "NON_NULL",
24399
+ "name": null,
24400
+ "ofType": {
24401
+ "kind": "SCALAR",
24402
+ "name": "String",
24403
+ "ofType": null
24404
+ }
24405
+ },
24406
+ "isDeprecated": false,
24407
+ "deprecationReason": null
24408
+ },
24409
+ {
24410
+ "name": "role",
24411
+ "description": null,
24412
+ "args": [],
24413
+ "type": {
24414
+ "kind": "NON_NULL",
24415
+ "name": null,
24416
+ "ofType": {
24417
+ "kind": "ENUM",
24418
+ "name": "OrganizationRole",
24419
+ "ofType": null
24420
+ }
24421
+ },
24422
+ "isDeprecated": false,
24423
+ "deprecationReason": null
24424
+ },
24425
+ {
24426
+ "name": "status",
24427
+ "description": null,
24428
+ "args": [],
24429
+ "type": {
24430
+ "kind": "NON_NULL",
24431
+ "name": null,
24432
+ "ofType": {
24433
+ "kind": "ENUM",
24434
+ "name": "UserOrganizationStatus",
24435
+ "ofType": null
24436
+ }
24437
+ },
24438
+ "isDeprecated": false,
24439
+ "deprecationReason": null
24440
+ },
24441
+ {
24442
+ "name": "userId",
24443
+ "description": null,
24444
+ "args": [],
24445
+ "type": {
24446
+ "kind": "NON_NULL",
24447
+ "name": null,
24448
+ "ofType": {
24449
+ "kind": "SCALAR",
24450
+ "name": "String",
24451
+ "ofType": null
24452
+ }
24453
+ },
24454
+ "isDeprecated": false,
24455
+ "deprecationReason": null
24456
+ }
24457
+ ],
24458
+ "inputFields": null,
24459
+ "interfaces": [],
24460
+ "enumValues": null,
24461
+ "possibleTypes": null
24462
+ },
23188
24463
  {
23189
24464
  "kind": "OBJECT",
23190
24465
  "name": "OrganizationRegistrationResponse",
@@ -30938,6 +32213,22 @@
30938
32213
  "isDeprecated": false,
30939
32214
  "deprecationReason": null
30940
32215
  },
32216
+ {
32217
+ "name": "myMfaComplianceStatus",
32218
+ "description": "Get current user MFA compliance status for their organization",
32219
+ "args": [],
32220
+ "type": {
32221
+ "kind": "NON_NULL",
32222
+ "name": null,
32223
+ "ofType": {
32224
+ "kind": "OBJECT",
32225
+ "name": "MyMfaComplianceStatus",
32226
+ "ofType": null
32227
+ }
32228
+ },
32229
+ "isDeprecated": false,
32230
+ "deprecationReason": null
32231
+ },
30941
32232
  {
30942
32233
  "name": "organizationInvite",
30943
32234
  "description": null,
@@ -31004,6 +32295,129 @@
31004
32295
  "isDeprecated": false,
31005
32296
  "deprecationReason": null
31006
32297
  },
32298
+ {
32299
+ "name": "organizationMFAComplianceSummary",
32300
+ "description": null,
32301
+ "args": [
32302
+ {
32303
+ "name": "organizationId",
32304
+ "description": null,
32305
+ "type": {
32306
+ "kind": "NON_NULL",
32307
+ "name": null,
32308
+ "ofType": {
32309
+ "kind": "SCALAR",
32310
+ "name": "String",
32311
+ "ofType": null
32312
+ }
32313
+ },
32314
+ "defaultValue": null,
32315
+ "isDeprecated": false,
32316
+ "deprecationReason": null
32317
+ }
32318
+ ],
32319
+ "type": {
32320
+ "kind": "NON_NULL",
32321
+ "name": null,
32322
+ "ofType": {
32323
+ "kind": "OBJECT",
32324
+ "name": "OrganizationMFAComplianceSummary",
32325
+ "ofType": null
32326
+ }
32327
+ },
32328
+ "isDeprecated": false,
32329
+ "deprecationReason": null
32330
+ },
32331
+ {
32332
+ "name": "organizationMFASettings",
32333
+ "description": null,
32334
+ "args": [
32335
+ {
32336
+ "name": "organizationId",
32337
+ "description": null,
32338
+ "type": {
32339
+ "kind": "NON_NULL",
32340
+ "name": null,
32341
+ "ofType": {
32342
+ "kind": "SCALAR",
32343
+ "name": "String",
32344
+ "ofType": null
32345
+ }
32346
+ },
32347
+ "defaultValue": null,
32348
+ "isDeprecated": false,
32349
+ "deprecationReason": null
32350
+ }
32351
+ ],
32352
+ "type": {
32353
+ "kind": "NON_NULL",
32354
+ "name": null,
32355
+ "ofType": {
32356
+ "kind": "OBJECT",
32357
+ "name": "OrganizationMFASettingsResponse",
32358
+ "ofType": null
32359
+ }
32360
+ },
32361
+ "isDeprecated": false,
32362
+ "deprecationReason": null
32363
+ },
32364
+ {
32365
+ "name": "organizationMembersWithMFA",
32366
+ "description": null,
32367
+ "args": [
32368
+ {
32369
+ "name": "organizationId",
32370
+ "description": null,
32371
+ "type": {
32372
+ "kind": "NON_NULL",
32373
+ "name": null,
32374
+ "ofType": {
32375
+ "kind": "SCALAR",
32376
+ "name": "String",
32377
+ "ofType": null
32378
+ }
32379
+ },
32380
+ "defaultValue": null,
32381
+ "isDeprecated": false,
32382
+ "deprecationReason": null
32383
+ },
32384
+ {
32385
+ "name": "pagination",
32386
+ "description": null,
32387
+ "type": {
32388
+ "kind": "INPUT_OBJECT",
32389
+ "name": "OrganizationMemberPaginationInput",
32390
+ "ofType": null
32391
+ },
32392
+ "defaultValue": null,
32393
+ "isDeprecated": false,
32394
+ "deprecationReason": null
32395
+ },
32396
+ {
32397
+ "name": "search",
32398
+ "description": null,
32399
+ "type": {
32400
+ "kind": "INPUT_OBJECT",
32401
+ "name": "OrganizationMemberSearchInput",
32402
+ "ofType": null
32403
+ },
32404
+ "defaultValue": null,
32405
+ "isDeprecated": false,
32406
+ "deprecationReason": null
32407
+ }
32408
+ ],
32409
+ "type": {
32410
+ "kind": "NON_NULL",
32411
+ "name": null,
32412
+ "ofType": {
32413
+ "kind": "OBJECT",
32414
+ "name": "OrganizationMemberConnection",
32415
+ "ofType": null
32416
+ }
32417
+ },
32418
+ "isDeprecated": false,
32419
+ "deprecationReason": null
32420
+ },
31007
32421
  {
31008
32422
  "name": "pendingProjectReviews",
31009
32423
  "description": null,
@@ -40610,6 +42024,98 @@
40610
42024
  "enumValues": null,
40611
42025
  "possibleTypes": null
40612
42026
  },
42027
+ {
42028
+ "kind": "OBJECT",
42029
+ "name": "UnqueuedDependency",
42030
+ "description": "Information about an unqueued dependency story",
42031
+ "isOneOf": null,
42032
+ "fields": [
42033
+ {
42034
+ "name": "missingDependencyIds",
42035
+ "description": null,
42036
+ "args": [],
42037
+ "type": {
42038
+ "kind": "NON_NULL",
42039
+ "name": null,
42040
+ "ofType": {
42041
+ "kind": "LIST",
42042
+ "name": null,
42043
+ "ofType": {
42044
+ "kind": "NON_NULL",
42045
+ "name": null,
42046
+ "ofType": {
42047
+ "kind": "SCALAR",
42048
+ "name": "String",
42049
+ "ofType": null
42050
+ }
42051
+ }
42052
+ }
42053
+ },
42054
+ "isDeprecated": false,
42055
+ "deprecationReason": null
42056
+ },
42057
+ {
42058
+ "name": "missingDependencyTitles",
42059
+ "description": null,
42060
+ "args": [],
42061
+ "type": {
42062
+ "kind": "NON_NULL",
42063
+ "name": null,
42064
+ "ofType": {
42065
+ "kind": "LIST",
42066
+ "name": null,
42067
+ "ofType": {
42068
+ "kind": "NON_NULL",
42069
+ "name": null,
42070
+ "ofType": {
42071
+ "kind": "SCALAR",
42072
+ "name": "String",
42073
+ "ofType": null
42074
+ }
42075
+ }
42076
+ }
42077
+ },
42078
+ "isDeprecated": false,
42079
+ "deprecationReason": null
42080
+ },
42081
+ {
42082
+ "name": "storyId",
42083
+ "description": null,
42084
+ "args": [],
42085
+ "type": {
42086
+ "kind": "NON_NULL",
42087
+ "name": null,
42088
+ "ofType": {
42089
+ "kind": "SCALAR",
42090
+ "name": "String",
42091
+ "ofType": null
42092
+ }
42093
+ },
42094
+ "isDeprecated": false,
42095
+ "deprecationReason": null
42096
+ },
42097
+ {
42098
+ "name": "storyTitle",
42099
+ "description": null,
42100
+ "args": [],
42101
+ "type": {
42102
+ "kind": "NON_NULL",
42103
+ "name": null,
42104
+ "ofType": {
42105
+ "kind": "SCALAR",
42106
+ "name": "String",
42107
+ "ofType": null
42108
+ }
42109
+ },
42110
+ "isDeprecated": false,
42111
+ "deprecationReason": null
42112
+ }
42113
+ ],
42114
+ "inputFields": null,
42115
+ "interfaces": [],
42116
+ "enumValues": null,
42117
+ "possibleTypes": null
42118
+ },
40613
42119
  {
40614
42120
  "kind": "INPUT_OBJECT",
40615
42121
  "name": "UpdateAIWorkInput",
@@ -40870,6 +42376,46 @@
40870
42376
  "enumValues": null,
40871
42377
  "possibleTypes": null
40872
42378
  },
42379
+ {
42380
+ "kind": "INPUT_OBJECT",
42381
+ "name": "UpdateOrganizationMFASettingsInput",
42382
+ "description": null,
42383
+ "isOneOf": false,
42384
+ "fields": null,
42385
+ "inputFields": [
42386
+ {
42387
+ "name": "gracePeriodDays",
42388
+ "description": "Grace period in days for existing members (1-30)",
42389
+ "type": {
42390
+ "kind": "SCALAR",
42391
+ "name": "Int",
42392
+ "ofType": null
42393
+ },
42394
+ "defaultValue": "7",
42395
+ "isDeprecated": false,
42396
+ "deprecationReason": null
42397
+ },
42398
+ {
42399
+ "name": "mfaRequired",
42400
+ "description": null,
42401
+ "type": {
42402
+ "kind": "NON_NULL",
42403
+ "name": null,
42404
+ "ofType": {
42405
+ "kind": "SCALAR",
42406
+ "name": "Boolean",
42407
+ "ofType": null
42408
+ }
42409
+ },
42410
+ "defaultValue": null,
42411
+ "isDeprecated": false,
42412
+ "deprecationReason": null
42413
+ }
42414
+ ],
42415
+ "interfaces": null,
42416
+ "enumValues": null,
42417
+ "possibleTypes": null
42418
+ },
40873
42419
  {
40874
42420
  "kind": "INPUT_OBJECT",
40875
42421
  "name": "UpdateProjectInput",
@@ -45016,6 +46562,18 @@
45016
46562
  "isDeprecated": false,
45017
46563
  "deprecationReason": null
45018
46564
  },
46565
+ {
46566
+ "name": "claudeSessionId",
46567
+ "description": "Claude CLI session ID for conversation continuation",
46568
+ "args": [],
46569
+ "type": {
46570
+ "kind": "SCALAR",
46571
+ "name": "String",
46572
+ "ofType": null
46573
+ },
46574
+ "isDeprecated": false,
46575
+ "deprecationReason": null
46576
+ },
45019
46577
  {
45020
46578
  "name": "lastError",
45021
46579
  "description": null,