diff --git a/data/graphql/schema.graphql b/data/graphql/schema.graphql index 50562e7a27..f829952197 100644 --- a/data/graphql/schema.graphql +++ b/data/graphql/schema.graphql @@ -2654,7 +2654,7 @@ type JobEventAssigned implements JobEvent & Node { """ The agent the job was assigned to """ - assignedAgent: Agent! + assignedAgent: Agent id: ID! """ diff --git a/pages/apis/graphql/schemas/object/jobeventassigned.md b/pages/apis/graphql/schemas/object/jobeventassigned.md index aec2597cf6..6520b57b72 100644 --- a/pages/apis/graphql/schemas/object/jobeventassigned.md +++ b/pages/apis/graphql/schemas/object/jobeventassigned.md @@ -31,7 +31,7 @@ An event created when the dispatcher assigns the job to an agent
-actor
JobEventActor!
The actor that caused this event to occur
assignedAgent
Agent!
The agent the job was assigned to
id
ID!
job
JobTypeCommand!
The job that this event belongs to
timestamp
DateTime!
The time when the event occurred
type
JobEventType!
The type of event
uuid
ID!
The public UUID for this job event
actor
JobEventActor!
The actor that caused this event to occur
assignedAgent
Agent
The agent the job was assigned to
id
ID!
job
JobTypeCommand!
The job that this event belongs to
timestamp
DateTime!
The time when the event occurred
type
JobEventType!
The type of event
uuid
ID!
The public UUID for this job event