AgentProposalCondition
A condition to be used against AgentProposal object types. All fields are
tested for equality and combined with a logical ‘and.’
input AgentProposalCondition {
id: String
workspaceId: String
workspaceAccountId: String
agentRunLogId: String
agentSkillId: String
batchId: String
type: String
contextType: String
contextId: String
payload: JSON
status: String
actionedByWorkspaceAccountId: String
actionedAt: Datetime
actionSource: String
applyResult: JSON
expiresAt: Datetime
version: Int
deletedAt: Datetime
updatedAt: Datetime
createdAt: Datetime
editedPayload: JSON
}
Fields
AgentProposalCondition.id ● String scalar
Checks for equality with the object’s id field.
AgentProposalCondition.workspaceId ● String scalar
Checks for equality with the object’s workspaceId field.
AgentProposalCondition.workspaceAccountId ● String scalar
Checks for equality with the object’s workspaceAccountId field.
AgentProposalCondition.agentRunLogId ● String scalar
Checks for equality with the object’s agentRunLogId field.
AgentProposalCondition.agentSkillId ● String scalar
Checks for equality with the object’s agentSkillId field.
AgentProposalCondition.batchId ● String scalar
Checks for equality with the object’s batchId field.
AgentProposalCondition.type ● String scalar
Checks for equality with the object’s type field.
AgentProposalCondition.contextType ● String scalar
Checks for equality with the object’s contextType field.
AgentProposalCondition.contextId ● String scalar
Checks for equality with the object’s contextId field.
AgentProposalCondition.payload ● JSON scalar
Checks for equality with the object’s payload field.
AgentProposalCondition.status ● String scalar
Checks for equality with the object’s status field.
AgentProposalCondition.actionedByWorkspaceAccountId ● String scalar
Checks for equality with the object’s actionedByWorkspaceAccountId field.
AgentProposalCondition.actionedAt ● Datetime scalar
Checks for equality with the object’s actionedAt field.
AgentProposalCondition.actionSource ● String scalar
Checks for equality with the object’s actionSource field.
AgentProposalCondition.applyResult ● JSON scalar
Checks for equality with the object’s applyResult field.
AgentProposalCondition.expiresAt ● Datetime scalar
Checks for equality with the object’s expiresAt field.
AgentProposalCondition.version ● Int scalar
Checks for equality with the object’s version field.
AgentProposalCondition.deletedAt ● Datetime scalar
Checks for equality with the object’s deletedAt field.
AgentProposalCondition.updatedAt ● Datetime scalar
Checks for equality with the object’s updatedAt field.
AgentProposalCondition.createdAt ● Datetime scalar
Checks for equality with the object’s createdAt field.
AgentProposalCondition.editedPayload ● JSON scalar
Checks for equality with the object’s editedPayload field.
Member Of
agentProposals query ● agentProposalsConnection query