EnrichmentRowInput
One row of enrichment data to apply to a single library resource.
input EnrichmentRowInput {
uniqueId: String
libraryName: String
title: String
description: String
internal: Boolean
tags: [String!]
approvedByEmail: String
}
Fields
EnrichmentRowInput.uniqueId ● String scalar
Stable identifier used to match this row to a library resource and to report results.
EnrichmentRowInput.libraryName ● String scalar
Library name to set on the resource.
EnrichmentRowInput.title ● String scalar
Title to set on the resource.
EnrichmentRowInput.description ● String scalar
Description to set on the resource.
EnrichmentRowInput.internal ● Boolean scalar
Whether the resource should be internal-only.
EnrichmentRowInput.tags ● [String!] list scalar
Tags to apply to the resource, by name.
EnrichmentRowInput.approvedByEmail ● String scalar
Email of the account to record as having approved the resource.