AgentPreferenceDeleteInput
Autogenerated input type of AgentPreferenceDelete
input AgentPreferenceDeleteInput {
clientMutationId: String
key: String!
}
Fields
AgentPreferenceDeleteInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AgentPreferenceDeleteInput.key ● String! non-null scalar common
The keys of the agent preferences.
Member of
agentPreferenceDelete mutation