OBJECT
Document
Federation via Document Query
link GraphQL Schema definition
- type Document implements Node {
- # Document Category
- DocumentCategory! :
- # User who created the document
- User :
- # Time this document was created. Note: Expressed in UTC ISO-8601 format
- DateTime! :
- # Optional description related to document
- String :
- # Hyperlink to download document. Hyperlink will return raw document in response
- # with optional Content-Type header
- HyperLink :
- ID! :
- # User updated the document
- User :
- # Last modified time of the document
- DateTime :
- # Document name
- String! :
- # Document size in bytes
- Long :
- # Document state
- DocumentProcessingState! :
- # Tags of the document
- Tag!] : [
- # Type of the document like LiveOptics/ RVTool etc.
- DocumentType :
- }