@@ -8433,6 +8433,7 @@ Aggregated summary of changes.
...
@@ -8433,6 +8433,7 @@ Aggregated summary of changes.
| ---- | ---- | ----------- |
| ---- | ---- | ----------- |
| <aid="discussioncreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of the discussion's creation. |
| <aid="discussioncreatedat"></a>`createdAt` | [`Time!`](#time) | Timestamp of the discussion's creation. |
| <aid="discussionid"></a>`id` | [`DiscussionID!`](#discussionid) | ID of this discussion. |
| <aid="discussionid"></a>`id` | [`DiscussionID!`](#discussionid) | ID of this discussion. |
| <aid="discussionnoteable"></a>`noteable` | [`NoteableType`](#noteabletype) | Object which the discussion belongs to. |
| <aid="discussionnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes in the discussion. (see [Connections](#connections)) |
| <aid="discussionnotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes in the discussion. (see [Connections](#connections)) |
| <aid="discussionreplyid"></a>`replyId` | [`DiscussionID!`](#discussionid) | ID used to reply to this discussion. |
| <aid="discussionreplyid"></a>`replyId` | [`DiscussionID!`](#discussionid) | ID used to reply to this discussion. |
| <aid="discussionresolvable"></a>`resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
| <aid="discussionresolvable"></a>`resolvable` | [`Boolean!`](#boolean) | Indicates if the object can be resolved. |
...
@@ -15630,6 +15631,16 @@ One of:
...
@@ -15630,6 +15631,16 @@ One of:
-[`Issue`](#issue)
-[`Issue`](#issue)
-[`MergeRequest`](#mergerequest)
-[`MergeRequest`](#mergerequest)
#### `NoteableType`
Represents an object that supports notes.
One of:
-[`Design`](#design)
-[`Issue`](#issue)
-[`MergeRequest`](#mergerequest)
#### `PackageMetadata`
#### `PackageMetadata`
Represents metadata associated with a Package.
Represents metadata associated with a Package.
...
@@ -15798,7 +15809,7 @@ Implementations:
...
@@ -15798,7 +15809,7 @@ Implementations:
| <aid="memberinterfaceupdatedat"></a>`updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
| <aid="memberinterfaceupdatedat"></a>`updatedAt` | [`Time`](#time) | Date and time the membership was last updated. |
| <aid="memberinterfaceuser"></a>`user` | [`UserCore`](#usercore) | User that is associated with the member object. |
| <aid="memberinterfaceuser"></a>`user` | [`UserCore`](#usercore) | User that is associated with the member object. |
#### `Noteable`
#### `NoteableInterface`
Implementations:
Implementations:
...
@@ -15816,8 +15827,8 @@ Implementations:
...
@@ -15816,8 +15827,8 @@ Implementations:
| Name | Type | Description |
| Name | Type | Description |
| ---- | ---- | ----------- |
| ---- | ---- | ----------- |
| <aid="noteablediscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. (see [Connections](#connections)) |
| <aid="noteableinterfacediscussions"></a>`discussions` | [`DiscussionConnection!`](#discussionconnection) | All discussions on this noteable. (see [Connections](#connections)) |
| <aid="noteablenotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. (see [Connections](#connections)) |
| <aid="noteableinterfacenotes"></a>`notes` | [`NoteConnection!`](#noteconnection) | All notes on this noteable. (see [Connections](#connections)) |