AgentPreferenceDeletePayload
Autogenerated return type of AgentPreferenceDelete
type AgentPreferenceDeletePayload {
clientMutationId: String
errors: [UserError!]!
}
Fields
AgentPreferenceDeletePayload.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AgentPreferenceDeletePayload.errors ● [UserError!]! non-null object common
Errors related to user input
Returned by
agentPreferenceDelete mutation