OBJECT

AdvertCategorySuggestion

An advert category suggestion generated by an AI.

link GraphQL Schema definition

  • type AdvertCategorySuggestion implements Node {
  • # The advert for which this suggestion has been generated.
  • advert: Advert!
  • createdAt: ISO8601DateTime!
  • id: ID!
  • # The category which has been suggested.
  • taxon: Taxon
  • updatedAt: ISO8601DateTime!
  • # Are we confident this is a good suggestion?
  • validated: Boolean!
  • # What did the validation AI say about this suggestion?
  • validatorResult: String
  • }

link Require by

This element is not required by anyone