INPUT_OBJECT

Edit

Edit edites the attributes of a Doc or Connection

link GraphQL Schema definition

  • input Edit {
  • # ref is the ref to the target doc/connection to edit
  • ref: RefInput!
  • # attributes are k/v pairs used to overwrite k/v pairs on a doc/connection
  • attributes: Map!
  • }

link Require by