AgentPreferenceUpsertInput
Autogenerated input type of AgentPreferenceUpsert
input AgentPreferenceUpsertInput {
clientMutationId: String
key: String!
namespace: String
value: JSON!
}
Fields
AgentPreferenceUpsertInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AgentPreferenceUpsertInput.key ● String! non-null scalar common
The keys of the agent preferences.
AgentPreferenceUpsertInput.namespace ● String scalar common
The agent preferences namespace.
AgentPreferenceUpsertInput.value ● JSON! non-null scalar common
The agent preferences value.
Member of
agentPreferenceUpsert mutation