AgentProposal
No description
type AgentProposal implements Node {
nodeId: ID!
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
AgentProposal.nodeId ● ID! non-null scalar
A globally unique identifier. Can be used in various places throughout the system to identify this single value.
AgentProposal.id ● String! non-null scalar
AgentProposal.workspaceId ● String scalar
AgentProposal.workspaceAccountId ● String! non-null scalar
AgentProposal.agentRunLogId ● String! non-null scalar
AgentProposal.agentSkillId ● String! non-null scalar
AgentProposal.batchId ● String! non-null scalar
AgentProposal.type ● String! non-null scalar
AgentProposal.contextType ● String scalar
AgentProposal.contextId ● String scalar
AgentProposal.payload ● JSON! non-null scalar
AgentProposal.status ● String! non-null scalar
AgentProposal.actionedByWorkspaceAccountId ● String scalar
AgentProposal.actionedAt ● Datetime scalar
AgentProposal.actionSource ● String scalar
AgentProposal.applyResult ● JSON scalar
AgentProposal.expiresAt ● Datetime scalar
AgentProposal.version ● Int! non-null scalar
AgentProposal.deletedAt ● Datetime scalar
AgentProposal.updatedAt ● Datetime! non-null scalar
AgentProposal.createdAt ● Datetime! non-null scalar
AgentProposal.editedPayload ● JSON scalar
Interfaces
Node interface
An object with a globally unique ID.
Returned By
agentProposal query ● agentProposalByNodeId query ● agentProposals query
Member Of
AgentProposalsConnection object ● AgentProposalsEdge object ● UpdateAgentProposalPayload object