|
2944 | 2944 | }, |
2945 | 2945 | { |
2946 | 2946 | "name": "eventRationales", |
2947 | | - "description": "<p>A list of rationales associated with this issue's timeline events.</p>", |
| 2947 | + "description": "<p>A list of rationales associated with this issue's timeline events. Always\nreturns an empty list; use the <code>intent</code> field on individual timeline events instead.</p>", |
2948 | 2948 | "type": "[IssueEventRationale!]!", |
2949 | 2949 | "id": "issueeventrationale", |
2950 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 2950 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 2951 | + "isDeprecated": true, |
| 2952 | + "deprecationReason": "<p>Use the <code>intent</code> field on individual timeline events instead. This field is being removed and now always returns an empty list.</p>" |
2951 | 2953 | }, |
2952 | 2954 | { |
2953 | 2955 | "name": "fullDatabaseId", |
|
4840 | 4842 | ], |
4841 | 4843 | "category": "issues" |
4842 | 4844 | }, |
| 4845 | + { |
| 4846 | + "name": "IssueEventRationale", |
| 4847 | + "id": "issueeventrationale", |
| 4848 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 4849 | + "description": "<p>Rationale text associated with an issue timeline event. Deprecated: the fields\nthat return this type are being removed and now return null/empty. Use the\n<code>intent</code> field on individual timeline events instead.</p>", |
| 4850 | + "isDeprecated": false, |
| 4851 | + "fields": [ |
| 4852 | + { |
| 4853 | + "name": "actor", |
| 4854 | + "description": "<p>The agent or user who produced the rationale.</p>", |
| 4855 | + "type": "Actor", |
| 4856 | + "id": "actor", |
| 4857 | + "href": "/graphql/reference/users#interface-actor" |
| 4858 | + }, |
| 4859 | + { |
| 4860 | + "name": "createdAt", |
| 4861 | + "description": "<p>Identifies the date and time when the rationale was created.</p>", |
| 4862 | + "type": "DateTime!", |
| 4863 | + "id": "datetime", |
| 4864 | + "href": "/graphql/reference/other#scalar-datetime" |
| 4865 | + }, |
| 4866 | + { |
| 4867 | + "name": "issueEvent", |
| 4868 | + "description": "<p>The issue timeline event this rationale is associated with.</p>", |
| 4869 | + "type": "IssueEventWithRationale", |
| 4870 | + "id": "issueeventwithrationale", |
| 4871 | + "href": "/graphql/reference/issues#union-issueeventwithrationale" |
| 4872 | + }, |
| 4873 | + { |
| 4874 | + "name": "rationale", |
| 4875 | + "description": "<p>The reasoning or explanation text for the event.</p>", |
| 4876 | + "type": "String!", |
| 4877 | + "id": "string", |
| 4878 | + "href": "/graphql/reference/other#scalar-string" |
| 4879 | + } |
| 4880 | + ], |
| 4881 | + "category": "issues" |
| 4882 | + }, |
4843 | 4883 | { |
4844 | 4884 | "name": "IssueFieldAddedEvent", |
4845 | 4885 | "id": "issuefieldaddedevent", |
|
4905 | 4945 | }, |
4906 | 4946 | { |
4907 | 4947 | "name": "rationale", |
4908 | | - "description": "<p>The rationale associated with this event.</p>", |
| 4948 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
4909 | 4949 | "type": "IssueEventRationale", |
4910 | 4950 | "id": "issueeventrationale", |
4911 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 4951 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 4952 | + "isDeprecated": true, |
| 4953 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
4912 | 4954 | }, |
4913 | 4955 | { |
4914 | 4956 | "name": "value", |
|
5013 | 5055 | }, |
5014 | 5056 | { |
5015 | 5057 | "name": "rationale", |
5016 | | - "description": "<p>The rationale associated with this event.</p>", |
| 5058 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
5017 | 5059 | "type": "IssueEventRationale", |
5018 | 5060 | "id": "issueeventrationale", |
5019 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 5061 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 5062 | + "isDeprecated": true, |
| 5063 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
5020 | 5064 | } |
5021 | 5065 | ], |
5022 | 5066 | "category": "issues" |
|
5435 | 5479 | }, |
5436 | 5480 | { |
5437 | 5481 | "name": "rationale", |
5438 | | - "description": "<p>The rationale associated with this event.</p>", |
| 5482 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
5439 | 5483 | "type": "IssueEventRationale", |
5440 | 5484 | "id": "issueeventrationale", |
5441 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 5485 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 5486 | + "isDeprecated": true, |
| 5487 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
5442 | 5488 | } |
5443 | 5489 | ], |
5444 | 5490 | "category": "issues" |
|
6417 | 6463 | }, |
6418 | 6464 | { |
6419 | 6465 | "name": "rationale", |
6420 | | - "description": "<p>The rationale associated with this event.</p>", |
| 6466 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
6421 | 6467 | "type": "IssueEventRationale", |
6422 | 6468 | "id": "issueeventrationale", |
6423 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 6469 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 6470 | + "isDeprecated": true, |
| 6471 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
6424 | 6472 | } |
6425 | 6473 | ], |
6426 | 6474 | "category": "issues" |
|
6483 | 6531 | }, |
6484 | 6532 | { |
6485 | 6533 | "name": "rationale", |
6486 | | - "description": "<p>The rationale associated with this event.</p>", |
| 6534 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
6487 | 6535 | "type": "IssueEventRationale", |
6488 | 6536 | "id": "issueeventrationale", |
6489 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 6537 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 6538 | + "isDeprecated": true, |
| 6539 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
6490 | 6540 | } |
6491 | 6541 | ], |
6492 | 6542 | "category": "issues" |
|
6602 | 6652 | }, |
6603 | 6653 | { |
6604 | 6654 | "name": "rationale", |
6605 | | - "description": "<p>The rationale associated with this event.</p>", |
| 6655 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
6606 | 6656 | "type": "IssueEventRationale", |
6607 | 6657 | "id": "issueeventrationale", |
6608 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 6658 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 6659 | + "isDeprecated": true, |
| 6660 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
6609 | 6661 | } |
6610 | 6662 | ], |
6611 | 6663 | "category": "issues" |
|
7024 | 7076 | }, |
7025 | 7077 | { |
7026 | 7078 | "name": "rationale", |
7027 | | - "description": "<p>The rationale associated with this event.</p>", |
| 7079 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
7028 | 7080 | "type": "IssueEventRationale", |
7029 | 7081 | "id": "issueeventrationale", |
7030 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 7082 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 7083 | + "isDeprecated": true, |
| 7084 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
7031 | 7085 | } |
7032 | 7086 | ], |
7033 | 7087 | "category": "issues" |
|
8809 | 8863 | }, |
8810 | 8864 | { |
8811 | 8865 | "name": "rationale", |
8812 | | - "description": "<p>The rationale associated with this event.</p>", |
| 8866 | + "description": "<p>The rationale associated with this event. Always returns null; use <code>intent</code> instead.</p>", |
8813 | 8867 | "type": "IssueEventRationale", |
8814 | 8868 | "id": "issueeventrationale", |
8815 | | - "href": "/graphql/reference/other#object-issueeventrationale" |
| 8869 | + "href": "/graphql/reference/issues#object-issueeventrationale", |
| 8870 | + "isDeprecated": true, |
| 8871 | + "deprecationReason": "<p>Use <code>intent</code> instead. This field is being removed and now always returns null.</p>" |
8816 | 8872 | } |
8817 | 8873 | ], |
8818 | 8874 | "category": "issues" |
|
10464 | 10520 | "name": "IssueEventWithRationale", |
10465 | 10521 | "id": "issueeventwithrationale", |
10466 | 10522 | "href": "/graphql/reference/issues#union-issueeventwithrationale", |
10467 | | - "description": "<p>An issue timeline event that may have an associated rationale.</p>", |
| 10523 | + "description": "<p>An issue timeline event that may have an associated rationale. Deprecated: this\nunion is only reachable via the deprecated <code>IssueEventRationale</code> type, which is\nbeing removed. Use the <code>intent</code> field on individual timeline events instead.</p>", |
10468 | 10524 | "isDeprecated": false, |
10469 | 10525 | "possibleTypes": [ |
10470 | 10526 | { |
|
0 commit comments