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 -

actorJobEventActor!

The actor that caused this event to occur

assignedAgentAgent!

The agent the job was assigned to

idID!

jobJobTypeCommand!

The job that this event belongs to

timestampDateTime!

The time when the event occurred

typeJobEventType!

The type of event

uuidID!

The public UUID for this job event

+

actorJobEventActor!

The actor that caused this event to occur

assignedAgentAgent

The agent the job was assigned to

idID!

jobJobTypeCommand!

The job that this event belongs to

timestampDateTime!

The time when the event occurred

typeJobEventType!

The type of event

uuidID!

The public UUID for this job event