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! :
- ISO8601DateTime! :
- ID! :
- # The category which has been suggested.
- Taxon :
- ISO8601DateTime! :
- # Are we confident this is a good suggestion?
- Boolean! :
- # What did the validation AI say about this suggestion?
- String :
- }
link Require by
This element is not required by anyone