OBJECT

Doc

Doc is a Graph primitive representing a single entity/resource. It is connected to other docs via Connections

link GraphQL Schema definition

  • type Doc {
  • # ref is the ref to the doc
  • ref: Ref!
  • # k/v pairs
  • attributes: Map
  • }