OBJECT
Subscription
link GraphQL Schema definition
- type Subscription {
- # Arguments
- # token: [Not documented]
- (: String!): MedicalSearchEvent!
- : VerificationChangeEvent!
- # Arguments
- # postIDs: [Not documented]
- # dryRun: [Not documented]
- # onlyTopicIDs: [Not documented]
- (
- : [ID!]!,
- : Boolean,
- : [ID!]
- ): PostClassificationScore!
- # Arguments
- # classificationRequestID: [Not documented]
- (: ID!): ClassificationProgressEvent!
- }
link Require by
This element is not required by anyone