INPUT_OBJECT

PutDoc

link GraphQL Schema definition

  • input PutDoc {
  • # ref is the ref to the doc
  • ref: RefInput!
  • # k/v pairs
  • attributes: Map
  • }