linksplatform / Data.Doublets.Gql

The Unlicense
9 stars 1 forks source link

Multi-layer insert #10

Open Konard opened 3 years ago

Konard commented 3 years ago
mutation InsertTriplet {
  insert_links_one(object: { from: { from_id: 1, to_id: 2 }, to_id: 3}) {
    returning {
      id
    }
  }
}

Fields from, to should be implemented to allow doing so.