Skip to main content

DeletePersonaGroupPayload

Autogenerated return type of DeletePersonaGroup.

type DeletePersonaGroupPayload {
clientMutationId: String
data: PersonaGroup
errors: [Error!]!
}

Fields

DeletePersonaGroupPayload.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

DeletePersonaGroupPayload.data ● PersonaGroup object

DeletePersonaGroupPayload.errors ● [Error!]! non-null object

List of errors

Returned By

deletePersonaGroup mutation