AgentPreference
No description
type AgentPreference {
agent: Agent!
key: String!
namespace: String
value: Untyped!
}
Fields
AgentPreference.agent ● Agent! non-null object common
The agent associated with the preference value.
AgentPreference.key ● String! non-null scalar common
The preference key.
AgentPreference.namespace ● String scalar common
The preference namespace.
AgentPreference.value ● Untyped! non-null scalar common
The value associated with the preference.
Member of
AgentPreferenceConnection object ● AgentPreferenceEdge object ● AgentPreferenceUpsertPayload object