INPUT_OBJECT

PutConnection

link GraphQL Schema definition

  • input PutConnection {
  • # ref is the ref to the connection
  • ref: RefInput!
  • # k/v pairs
  • attributes: Map
  • # directed is false if the connection is bi-directional
  • directed: Boolean!
  • # from is the doc ref that is the source of the connection
  • from: RefInput!
  • # to is the doc ref that is the destination of the connection
  • to: RefInput!
  • }