INPUT_OBJECT
CreateClassificationRequestInput
CreateClassificationRequestInput is used for create ClassificationRequest object. Input was generated by ent.
link GraphQL Schema definition
- input CreateClassificationRequestInput {
- # The url to classify.
- : String
- : ClassificationRequestClassificationType
- : ClassificationRequestStatus
- # The storage key of the uploaded file.
- : String
- # The original filename of the uploaded file.
- : String
- # The content type of the uploaded file.
- : String
- : Time
- : Time
- # The raw text of the uploaded file or url
- : String
- : [ID!]
- }
link Require by
This element is not required by anyone