Skip to content

Commit bb79675

Browse files
committed
Updated to latest API release.
1 parent f2eedcf commit bb79675

File tree

76 files changed

+491
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+491
-3
lines changed

documents/agent/GetAgent.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ query GetAgent($id: ID!, $correlationId: String) {
88
id
99
}
1010
state
11+
user {
12+
id
13+
}
1114
correlationId
1215
type
1316
description

documents/alert/GetAlert.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ query GetAlert($id: ID!, $correlationId: String) {
88
id
99
}
1010
state
11+
user {
12+
id
13+
}
1114
correlationId
1215
type
1316
summaryPrompt

documents/category/GetCategory.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ query GetCategory($id: ID!, $correlationId: String) {
22
category(id: $id, correlationId: $correlationId) {
33
id
44
name
5+
user {
6+
id
7+
}
58
description
69
creationDate
710
feeds {

documents/collection/GetCollection.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ query GetCollection($id: ID!, $correlationId: String) {
88
id
99
}
1010
state
11+
user {
12+
id
13+
}
1114
type
1215
contents {
1316
id

documents/connector/GetConnector.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ query GetConnector($id: ID!, $correlationId: String) {
88
id
99
}
1010
state
11+
user {
12+
id
13+
}
1114
type
1215
authentication {
1316
type

documents/content/GetContent.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ query GetContent($id: ID!, $correlationId: String) {
88
id
99
}
1010
state
11+
user {
12+
id
13+
}
1114
originalDate
1215
finishedDate
1316
fileCreationDate

documents/content/LookupContents.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ query LookupContents($ids: [ID!]!, $correlationId: String) {
99
id
1010
}
1111
state
12+
user {
13+
id
14+
}
1215
originalDate
1316
finishedDate
1417
fileCreationDate

documents/conversation/GetConversation.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ query GetConversation($id: ID!, $correlationId: String) {
88
id
99
}
1010
state
11+
user {
12+
id
13+
}
1114
correlationId
1215
type
1316
messages {

documents/emotion/GetEmotion.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ query GetEmotion($id: ID!, $correlationId: String) {
22
emotion(id: $id, correlationId: $correlationId) {
33
id
44
name
5+
user {
6+
id
7+
}
58
description
69
creationDate
710
feeds {

documents/event/GetEvent.graphql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ query GetEvent($id: ID!, $correlationId: String) {
88
id
99
}
1010
state
11+
user {
12+
id
13+
}
1114
alternateNames
1215
uri
1316
description

0 commit comments

Comments
 (0)