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