Skip to main content
Version: Beta

searchByDocId

Enterprise
description

Returns document by given document id.

searchByDocId(
id: String!
featureFlags: [String!] = []
): Document

Arguments

searchByDocId.id ● String! non-null scalar graph-ql-types

searchByDocId.featureFlags ● [String!] list scalar graph-ql-types

Type

Document object graph-ql-types

Apollo Entity representing the AlphaSense's Document object

Loading...