EnrichmentInput
No description
input EnrichmentInput {
entityType: EntityType
output: OutputSpec!
sourceId: String!
provider: EnrichmentProvider
scoreThreshold: Float
}
Fields
EnrichmentInput.entityType
● EntityType
enum
EnrichmentInput.output
● OutputSpec!
non-null input
EnrichmentInput.sourceId
● String!
non-null scalar
EnrichmentInput.provider
● EnrichmentProvider
enum
EnrichmentInput.scoreThreshold
● Float
scalar
Member Of
enrich
query