OBJECT

TaxonCreateOrUpdateMutationPayload

Autogenerated return type of TaxonCreateOrUpdateMutation.

link GraphQL Schema definition

  • type TaxonCreateOrUpdateMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • status: Int!
  • taxon: Taxon
  • }