INPUT_OBJECT
CreateTopicClassificationRequestInput
link GraphQL Schema definition
- input CreateTopicClassificationRequestInput {
- : ID!
- # You must include one of topicID or topicName to specify the topic to classify
- # against.
- : ID
- # You must include one of topicID or topicName to specify the topic to classify
- # against.
- # If topicName does not match an existing topic, an error will be returned.
- # The topicName is case-insensitive.
- : String
- # Raw professions value, used if provided
- : String
- : ID!
- : Float
- : String
- : Any
- }