UpdatePersonaGroupPayload
Autogenerated return type of UpdatePersonaGroup.
type UpdatePersonaGroupPayload {
clientMutationId: String
data: PersonaGroup
errors: [Error!]!
}
Fields
UpdatePersonaGroupPayload.clientMutationId ● String scalar
A unique identifier for the client performing the mutation.
UpdatePersonaGroupPayload.data ● PersonaGroup object
UpdatePersonaGroupPayload.errors ● [Error!]! non-null object
List of errors
Returned By
updatePersonaGroup mutation