RankingAnnotationValue
@deprecated - RankingAnnotation is deprecated
type RankingAnnotationValue implements AnnotationValue {
id: ID!
isPrediction: Boolean!
orders: [RankingOrderValue!]! @deprecated
}
Fields
RankingAnnotationValue.id ● ID! non-null scalar
RankingAnnotationValue.isPrediction ● Boolean! non-null scalar
Show deprecated
Interfaces
AnnotationValue interface
Member Of
RankingAnnotation object