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