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